Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-23931 (GCVE-0-2023-23931)
Vulnerability from cvelistv5
Published
2023-02-07 20:54
Modified
2025-03-10 21:15
Severity ?
VLAI Severity ?
EPSS score ?
Summary
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
pyca | cryptography |
Version: >=1.8, < 39.0.1 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T10:42:27.102Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "https://security.netapp.com/advisory/ntap-20230324-0007/" }, { "name": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" }, { "name": "https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2023-23931", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-03-10T21:01:11.762140Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-03-10T21:15:21.787Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "cryptography", "vendor": "pyca", "versions": [ { "status": "affected", "version": "\u003e=1.8, \u003c 39.0.1" } ] } ], "descriptions": [ { "lang": "en", "value": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.8, "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:L", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-754", "description": "CWE-754: Improper Check for Unusual or Exceptional Conditions", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-02-07T20:54:03.628Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" }, { "name": "https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3" } ], "source": { "advisory": "GHSA-w7pp-m8wf-vj6r", "discovery": "UNKNOWN" }, "title": "Cipher.update_into can corrupt memory in pyca cryptography" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-23931", "datePublished": "2023-02-07T20:54:03.628Z", "dateReserved": "2023-01-19T21:12:31.360Z", "dateUpdated": "2025-03-10T21:15:21.787Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-23931\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-02-07T21:15:09.850\",\"lastModified\":\"2024-11-21T07:47:07.570\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L\",\"baseScore\":4.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.2,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-754\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:cryptography.io:cryptography:*:*:*:*:*:python:*:*\",\"versionStartIncluding\":\"1.8\",\"versionEndExcluding\":\"39.0.1\",\"matchCriteriaId\":\"D620CB15-986D-4955-BCE9-5CC459F01289\"}]}]}],\"references\":[{\"url\":\"https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230324-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20230324-0007/\"}, {\"url\": \"https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r\", \"name\": \"https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3\", \"name\": \"https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T10:42:27.102Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-23931\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-10T21:01:11.762140Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-10T21:01:13.204Z\"}}], \"cna\": {\"title\": \"Cipher.update_into can corrupt memory in pyca cryptography\", \"source\": {\"advisory\": \"GHSA-w7pp-m8wf-vj6r\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"pyca\", \"product\": \"cryptography\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e=1.8, \u003c 39.0.1\"}]}], \"references\": [{\"url\": \"https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r\", \"name\": \"https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3\", \"name\": \"https://github.com/pyca/cryptography/pull/8230/commits/94a50a9731f35405f0357fa5f3b177d46a726ab3\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-754\", \"description\": \"CWE-754: Improper Check for Unusual or Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-02-07T20:54:03.628Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-23931\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-10T21:15:21.787Z\", \"dateReserved\": \"2023-01-19T21:12:31.360Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-02-07T20:54:03.628Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2023:4693
Vulnerability from csaf_redhat
Published
2023-08-21 21:53
Modified
2025-03-24 12:02
Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red 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.
Details
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.
Security Fix(es):
* automation-eda-controller: token exposed at importing project (CVE-2023-4380)
* python3-cryptography/python39-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python3-django/python39-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)
* python3-requests/python39-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)
For 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.
Additional changes for Event-Driven Ansible:
* automation-eda-controller has been updated to 1.0.1
* Contributor and editor roles now have permissions to access users and set the AWX token. (AAP-11573)
* The onboarding wizard now requests controller token creation. (AAP-11907)
* Corrected the filtering capability of the Rule Audit screens so that a search yields results with the “starts with” function. (AAP-11987)
* Enabling or disabling rulebook activation no longer increases the restarts counter by 1. (AAP-12042)
* Filtering by a text string now displays all applicable items in the UI, including those that are not visible in the list at that time. (AAP-12446)
* Audit records are no longer missing when running activations with multiple jobs. (AAP-12522)
* The event payload is no longer missing key attributes when a job template fails. (AAP-12529)
* Fixed the Git token leak that occurs when importing a project fails. (AAP-12767)
* The restart policy in Kubernetes (k8s) now restarts successful activation that is incorrectly marked as failed. (AAP-12862)
* Activation statuses are now reported correctly, whether you are disabling or enabling them. (AAP-12896)
* When run_job_template action fails now, ansible-rulebook prints an error log in the activation output and creates an entry in rule audit so that the user is alerted that the rule has failed. (AAP-12909)
* When a user tries to bulk delete rulebook activations from the list, the request now completes successfully and consistently. (AAP-13093)
* The Rulebook Activation link now functions correctly in the Rule Audit Detail UI. (AAP-13182)
* Fixed a bug where ansible-rulebook prevented the execution, if the connection with the controller was not successful when controller was not required by the rulebook. (AAP-13209)
* Fixed a bug where some audit rule records had the wrong rulebook link. (AAP-13844)
* Fixed a bug where only the first 10 audit rules had the right link. (AAP-13845)
* Previously project credentials could not be updated if there was a change to the credential used in the project. Now credentials can be updated in a project with a new or different credential. (AAP-13983)
* The User Access section of the navigation panel no longer disappears after creating a decision environment. (AAP-14273)
* Fixed a bug where filtering for audit rules didn't work properly on OpenShift Container Platform. (AAP-14512)
Terms of Use
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.
{ "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* automation-eda-controller: token exposed at importing project (CVE-2023-4380)\n* python3-cryptography/python39-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n* python3-django/python39-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)\n* python3-requests/python39-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)\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\nAdditional changes for Event-Driven Ansible:\n* automation-eda-controller has been updated to 1.0.1\n* Contributor and editor roles now have permissions to access users and set the AWX token. (AAP-11573)\n* The onboarding wizard now requests controller token creation. (AAP-11907)\n* Corrected the filtering capability of the Rule Audit screens so that a search yields results with the \u201cstarts with\u201d function. (AAP-11987)\n* Enabling or disabling rulebook activation no longer increases the restarts counter by 1. (AAP-12042)\n* Filtering by a text string now displays all applicable items in the UI, including those that are not visible in the list at that time. (AAP-12446)\n* Audit records are no longer missing when running activations with multiple jobs. (AAP-12522)\n* The event payload is no longer missing key attributes when a job template fails. (AAP-12529)\n* Fixed the Git token leak that occurs when importing a project fails. (AAP-12767)\n* The restart policy in Kubernetes (k8s) now restarts successful activation that is incorrectly marked as failed. (AAP-12862)\n* Activation statuses are now reported correctly, whether you are disabling or enabling them. (AAP-12896)\n* When run_job_template action fails now, ansible-rulebook prints an error log in the activation output and creates an entry in rule audit so that the user is alerted that the rule has failed. (AAP-12909)\n* When a user tries to bulk delete rulebook activations from the list, the request now completes successfully and consistently. (AAP-13093)\n* The Rulebook Activation link now functions correctly in the Rule Audit Detail UI. (AAP-13182)\n* Fixed a bug where ansible-rulebook prevented the execution, if the connection with the controller was not successful when controller was not required by the rulebook. (AAP-13209)\n* Fixed a bug where some audit rule records had the wrong rulebook link. (AAP-13844)\n* Fixed a bug where only the first 10 audit rules had the right link. (AAP-13845)\n* Previously project credentials could not be updated if there was a change to the credential used in the project. Now credentials can be updated in a project with a new or different credential. (AAP-13983)\n* The User Access section of the navigation panel no longer disappears after creating a decision environment. (AAP-14273)\n* Fixed a bug where filtering for audit rules didn\u0027t work properly on OpenShift Container Platform. (AAP-14512)", "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-2023:4693", "url": "https://access.redhat.com/errata/RHSA-2023:4693" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "2218004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004" }, { "category": "external", "summary": "2232324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232324" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4693.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2025-03-24T12:02:36+00:00", "generator": { "date": "2025-03-24T12:02:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2023:4693", "initial_release_date": "2023-08-21T21:53:41+00:00", "revision_history": [ { "date": "2023-08-21T21:53:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-29T18:14:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-24T12:02:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "python39-requests-0:2.31.0-1.el8ap.noarch", "product": { "name": "python39-requests-0:2.31.0-1.el8ap.noarch", "product_id": "python39-requests-0:2.31.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.31.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-django-0:3.2.20-1.el8ap.noarch", "product": { "name": "python39-django-0:3.2.20-1.el8ap.noarch", "product_id": "python39-django-0:3.2.20-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-django@3.2.20-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product": { "name": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product_id": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rsa@4.7.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-0:2.31.0-1.el9ap.noarch", "product": { "name": "python3-requests-0:2.31.0-1.el9ap.noarch", "product_id": "python3-requests-0:2.31.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests@2.31.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-django-0:3.2.20-1.el9ap.noarch", "product": { "name": "python3-django-0:3.2.20-1.el9ap.noarch", "product_id": "python3-django-0:3.2.20-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-django@3.2.20-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product": { "name": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product_id": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-rsa@4.7.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.1-1.el9ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3x-requests-0:2.31.0-1.el8ap.src", "product": { "name": "python3x-requests-0:2.31.0-1.el8ap.src", "product_id": "python3x-requests-0:2.31.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-requests@2.31.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-django-0:3.2.20-1.el8ap.src", "product": { "name": "python3x-django-0:3.2.20-1.el8ap.src", "product_id": "python3x-django-0:3.2.20-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-django@3.2.20-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-rsa-0:4.7.2-1.el8ap.src", "product": { "name": "python3x-rsa-0:4.7.2-1.el8ap.src", "product_id": "python3x-rsa-0:4.7.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-rsa@4.7.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product": { "name": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product_id": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography@38.0.4-2.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product": { "name": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product_id": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.31.0-1.el9ap.src", "product": { "name": "python-requests-0:2.31.0-1.el9ap.src", "product_id": "python-requests-0:2.31.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.31.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-django-0:3.2.20-1.el9ap.src", "product": { "name": "python-django-0:3.2.20-1.el9ap.src", "product_id": "python-django-0:3.2.20-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-django@3.2.20-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-rsa-0:4.7.2-1.el9ap.src", "product": { "name": "python-rsa-0:4.7.2-1.el9ap.src", "product_id": "python-rsa-0:4.7.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-rsa@4.7.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:38.0.4-2.el9ap.src", "product": { "name": "python-cryptography-0:38.0.4-2.el9ap.src", "product_id": "python-cryptography-0:38.0.4-2.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@38.0.4-2.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product": { "name": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product_id": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el9ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.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:automation-eda-controller-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-0:1.0.1-1.el8ap.src" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.1-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.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:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-django-0:3.2.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch" }, "product_reference": "python39-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el8ap.noarch" }, "product_reference": "python39-requests-0:2.31.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rsa-0:4.7.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-rsa-0:4.7.2-1.el8ap.noarch" }, "product_reference": "python39-rsa-0:4.7.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-django-0:3.2.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src" }, "product_reference": "python3x-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el8ap.src" }, "product_reference": "python3x-requests-0:2.31.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-rsa-0:4.7.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-rsa-0:4.7.2-1.el8ap.src" }, "product_reference": "python3x-rsa-0:4.7.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.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:automation-eda-controller-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-0:1.0.1-1.el9ap.src" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.1-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.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:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-django-0:3.2.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src" }, "product_reference": "python-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el9ap.src" }, "product_reference": "python-requests-0:2.31.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-rsa-0:4.7.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-rsa-0:4.7.2-1.el9ap.src" }, "product_reference": "python-rsa-0:4.7.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-django-0:3.2.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" }, "product_reference": "python3-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el9ap.noarch" }, "product_reference": "python3-requests-0:2.31.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-rsa-0:4.7.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-rsa-0:4.7.2-1.el9ap.noarch" }, "product_reference": "python3-rsa-0:4.7.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-4380", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2023-08-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2232324" } ], "notes": [ { "category": "description", "text": "A logic flaw exists in Ansible Automation platform. Whenever a private project is created with incorrect credentials, they are logged in plaintext. This flaw allows an attacker to retrieve the credentials from the log, resulting in the loss of confidentiality, integrity, and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "platform: token exposed at importing project", "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-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-4380" }, { "category": "external", "summary": "RHBZ#2232324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232324" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4380", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4380" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4380", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4380" } ], "release_date": "2023-08-16T10:05:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "platform: token exposed at importing project" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-32681", "cwe": { "id": "CWE-402", "name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)" }, "discovery_date": "2023-05-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209469" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python-requests package, where it is vulnerable to potentially leaking Proxy-Authorization headers to destination servers, specifically during redirects to an HTTPS origin. This is a product of how rebuild_proxies is used to recompute and reattach the Proxy-Authorization header to requests when redirected. This behavior only affects proxied requests when credentials are supplied in the URL user information component (for example, https://username:password@proxy:8080).", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Unintended leak of Proxy-Authorization header", "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-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32681" }, { "category": "external", "summary": "RHBZ#2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32681", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32681" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q", "url": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q" } ], "release_date": "2023-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" }, { "category": "workaround", "details": "For users who are not able to update Requests immediately, there is one potential workaround.\n\nYou may disable redirects by setting allow_redirects to False on all calls through Requests top-level APIs. Note that if you are currently relying on redirect behaviors, you will need to capture the 3xx response codes and ensure a new request is made to the redirect destination.\n\nimport requests\nr = requests.get(\u0027http://github.com/\u0027, allow_redirects=False)", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-requests: Unintended leak of Proxy-Authorization header" }, { "cve": "CVE-2023-36053", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-06-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2218004" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service vulnerability has been found in Django. Email and URL validators are vulnerable to this flaw when processing a very large number of domain name labels of emails and URLs.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator", "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-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36053" }, { "category": "external", "summary": "RHBZ#2218004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36053", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36053" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/", "url": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/" } ], "release_date": "2023-07-03T08:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "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:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator" } ] }
rhsa-2023:6793
Vulnerability from csaf_redhat
Published
2023-11-08 08:20
Modified
2025-05-26 07:37
Summary
Red Hat Security Advisory: rh-python38-python security update
Notes
Topic
An update for rh-python38-python is now available for Red Hat Software Collections.
Red 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.
Details
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
The following packages have been upgraded to a later upstream version: rh-python38-python (3.8.18), rh-python38-python-cryptography (2.8), rh-python38-python-pip (19.3.1), rh-python38-python-requests (2.22.0), rh-python38-python-setuptools (41.6.0), rh-python38-python-wheel (0.33.6).
Security Fix(es):
* python: urllib.parse url blocklisting bypass (CVE-2023-24329)
* python: TLS handshake bypass (CVE-2023-40217)
* python: tarfile module directory traversal (CVE-2007-4559)
* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)
* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)
* python: CPU denial of service via inefficient IDNA decoder (CVE-2022-45061)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-python38-python is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nThe following packages have been upgraded to a later upstream version: rh-python38-python (3.8.18), rh-python38-python-cryptography (2.8), rh-python38-python-pip (19.3.1), rh-python38-python-requests (2.22.0), rh-python38-python-setuptools (41.6.0), rh-python38-python-wheel (0.33.6).\n\nSecurity Fix(es):\n\n* python: urllib.parse url blocklisting bypass (CVE-2023-24329)\n\n* python: TLS handshake bypass (CVE-2023-40217)\n\n* python: tarfile module directory traversal (CVE-2007-4559)\n\n* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)\n\n* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)\n\n* python: CPU denial of service via inefficient IDNA decoder (CVE-2022-45061)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n\n* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)\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-2023:6793", "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "263261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=263261" }, { "category": "external", "summary": "2144072", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144072" }, { "category": "external", "summary": "2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2173917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173917" }, { "category": "external", "summary": "2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "2235789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235789" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6793.json" } ], "title": "Red Hat Security Advisory: rh-python38-python security update", "tracking": { "current_release_date": "2025-05-26T07:37:09+00:00", "generator": { "date": "2025-05-26T07:37:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.0" } }, "id": "RHSA-2023:6793", "initial_release_date": "2023-11-08T08:20:36+00:00", "revision_history": [ { "date": "2023-11-08T08:20:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-08T08:20:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-26T07:37:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product_id": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools@41.6.0-8.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product_id": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-requests@2.22.0-11.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product_id": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel@0.33.6-9.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product_id": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-4.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.src", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.src", "product_id": "rh-python38-python-0:3.8.18-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product_id": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools@41.6.0-8.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product_id": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools-wheel@41.6.0-8.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product_id": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-requests@2.22.0-11.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product_id": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel@0.33.6-9.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product_id": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel-wheel@0.33.6-9.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product_id": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-4.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product_id": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip-wheel@19.3.1-4.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product_id": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-rpm-macros@3.8.18-2.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product_id": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-srpm-macros@3.8.18-2.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2007-4559", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2007-08-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "263261" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python tarfile module. Extracting a crafted TAR archive with the tarfile.extract or tarfile.extractall functions could lead to a directory traversal vulnerability, resulting in overwrite of arbitrary files.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: tarfile module directory traversal", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security has rated this issue as having a Moderate security impact, a future update may address this flaw. More information regarding issue severity can be found here: https://access.redhat.com/security/updates/classification.\n\nVersions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2007-4559" }, { "category": "external", "summary": "RHBZ#263261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=263261" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2007-4559", "url": "https://www.cve.org/CVERecord?id=CVE-2007-4559" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-4559", "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-4559" } ], "release_date": "2007-08-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "workaround", "details": "Do not extract archives from untrusted sources with the Python tarfile module. Users of the module should add sanity checks when calling the tarfile.extract or tarfile.extractall functions.", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: tarfile module directory traversal" }, { "cve": "CVE-2022-40897", "cwe": { "id": "CWE-185", "name": "Incorrect Regular Expression" }, "discovery_date": "2023-01-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2158559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python Setuptools due to a regular expression Denial of Service (ReDoS) present in package_index.py. This issue could allow a remote attacker to cause a denial of service via HTML in a crafted package or custom PackageIndex page.", "title": "Vulnerability description" }, { "category": "summary", "text": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py", "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": [ "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40897" }, { "category": "external", "summary": "RHBZ#2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40897", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40897" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897" }, { "category": "external", "summary": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/", "url": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py" }, { "cve": "CVE-2022-40898", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-23T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165864" } ], "notes": [ { "category": "description", "text": "An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli", "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": [ "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40898" }, { "category": "external", "summary": "RHBZ#2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40898", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40898" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6", "url": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-11-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2144072" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in Python. A quadratic algorithm exists when processing inputs to the IDNA (RFC 3490) decoder, such that a crafted unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor, which could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied hostname.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CPU denial of service via inefficient IDNA decoder", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-45061" }, { "category": "external", "summary": "RHBZ#2144072", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144072" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-45061", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45061" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45061", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45061" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/98433", "url": "https://github.com/python/cpython/issues/98433" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/slow-idna-large-strings.html", "url": "https://python-security.readthedocs.io/vuln/slow-idna-large-strings.html" } ], "release_date": "2022-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CPU denial of service via inefficient IDNA decoder" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-24329", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-02-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2173917" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python package. An issue in the urllib.parse component could allow attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.This may lead to compromised Integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: urllib.parse url blocklisting bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24329" }, { "category": "external", "summary": "RHBZ#2173917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24329", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24329" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24329", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24329" }, { "category": "external", "summary": "https://pointernull.com/security/python-url-parse-problem.html", "url": "https://pointernull.com/security/python-url-parse-problem.html" } ], "release_date": "2023-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: urllib.parse url blocklisting bypass" }, { "cve": "CVE-2023-32681", "cwe": { "id": "CWE-402", "name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)" }, "discovery_date": "2023-05-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209469" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python-requests package, where it is vulnerable to potentially leaking Proxy-Authorization headers to destination servers, specifically during redirects to an HTTPS origin. This is a product of how rebuild_proxies is used to recompute and reattach the Proxy-Authorization header to requests when redirected. This behavior only affects proxied requests when credentials are supplied in the URL user information component (for example, https://username:password@proxy:8080).", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Unintended leak of Proxy-Authorization header", "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": [ "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32681" }, { "category": "external", "summary": "RHBZ#2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32681", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32681" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q", "url": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q" } ], "release_date": "2023-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "workaround", "details": "For users who are not able to update Requests immediately, there is one potential workaround.\n\nYou may disable redirects by setting allow_redirects to False on all calls through Requests top-level APIs. Note that if you are currently relying on redirect behaviors, you will need to capture the 3xx response codes and ensure a new request is made to the redirect destination.\n\nimport requests\nr = requests.get(\u0027http://github.com/\u0027, allow_redirects=False)", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-requests: Unintended leak of Proxy-Authorization header" }, { "cve": "CVE-2023-40217", "cwe": { "id": "CWE-305", "name": "Authentication Bypass by Primary Weakness" }, "discovery_date": "2023-08-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2235789" } ], "notes": [ { "category": "description", "text": "Python ssl.SSLSocket is vulnerable to a bypass of the TLS handshake in certain instances for HTTPS servers and other server-side protocols that use TLS client authentication such as mTLS. This issue may result in a breach of integrity as its possible to modify or delete resources that are authenticated only by a TLS certificate. No breach of confidentiality is possible.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: TLS handshake bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40217" }, { "category": "external", "summary": "RHBZ#2235789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235789" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40217", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40217" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40217", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40217" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/108310", "url": "https://github.com/python/cpython/issues/108310" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/108315", "url": "https://github.com/python/cpython/pull/108315" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/" } ], "release_date": "2023-08-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: TLS handshake bypass" } ] }
rhsa-2023_4693
Vulnerability from csaf_redhat
Published
2023-08-21 21:53
Modified
2024-11-23 00:12
Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red 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.
Details
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.
Security Fix(es):
* automation-eda-controller: token exposed at importing project (CVE-2023-4380)
* python3-cryptography/python39-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python3-django/python39-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)
* python3-requests/python39-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)
For 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.
Additional changes for Event-Driven Ansible:
* automation-eda-controller has been updated to 1.0.1
* Contributor and editor roles now have permissions to access users and set the AWX token. (AAP-11573)
* The onboarding wizard now requests controller token creation. (AAP-11907)
* Corrected the filtering capability of the Rule Audit screens so that a search yields results with the “starts with” function. (AAP-11987)
* Enabling or disabling rulebook activation no longer increases the restarts counter by 1. (AAP-12042)
* Filtering by a text string now displays all applicable items in the UI, including those that are not visible in the list at that time. (AAP-12446)
* Audit records are no longer missing when running activations with multiple jobs. (AAP-12522)
* The event payload is no longer missing key attributes when a job template fails. (AAP-12529)
* Fixed the Git token leak that occurs when importing a project fails. (AAP-12767)
* The restart policy in Kubernetes (k8s) now restarts successful activation that is incorrectly marked as failed. (AAP-12862)
* Activation statuses are now reported correctly, whether you are disabling or enabling them. (AAP-12896)
* When run_job_template action fails now, ansible-rulebook prints an error log in the activation output and creates an entry in rule audit so that the user is alerted that the rule has failed. (AAP-12909)
* When a user tries to bulk delete rulebook activations from the list, the request now completes successfully and consistently. (AAP-13093)
* The Rulebook Activation link now functions correctly in the Rule Audit Detail UI. (AAP-13182)
* Fixed a bug where ansible-rulebook prevented the execution, if the connection with the controller was not successful when controller was not required by the rulebook. (AAP-13209)
* Fixed a bug where some audit rule records had the wrong rulebook link. (AAP-13844)
* Fixed a bug where only the first 10 audit rules had the right link. (AAP-13845)
* Previously project credentials could not be updated if there was a change to the credential used in the project. Now credentials can be updated in a project with a new or different credential. (AAP-13983)
* The User Access section of the navigation panel no longer disappears after creating a decision environment. (AAP-14273)
* Fixed a bug where filtering for audit rules didn't work properly on OpenShift Container Platform. (AAP-14512)
Terms of Use
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.
{ "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* automation-eda-controller: token exposed at importing project (CVE-2023-4380)\n* python3-cryptography/python39-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n* python3-django/python39-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)\n* python3-requests/python39-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)\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\nAdditional changes for Event-Driven Ansible:\n* automation-eda-controller has been updated to 1.0.1\n* Contributor and editor roles now have permissions to access users and set the AWX token. (AAP-11573)\n* The onboarding wizard now requests controller token creation. (AAP-11907)\n* Corrected the filtering capability of the Rule Audit screens so that a search yields results with the \u201cstarts with\u201d function. (AAP-11987)\n* Enabling or disabling rulebook activation no longer increases the restarts counter by 1. (AAP-12042)\n* Filtering by a text string now displays all applicable items in the UI, including those that are not visible in the list at that time. (AAP-12446)\n* Audit records are no longer missing when running activations with multiple jobs. (AAP-12522)\n* The event payload is no longer missing key attributes when a job template fails. (AAP-12529)\n* Fixed the Git token leak that occurs when importing a project fails. (AAP-12767)\n* The restart policy in Kubernetes (k8s) now restarts successful activation that is incorrectly marked as failed. (AAP-12862)\n* Activation statuses are now reported correctly, whether you are disabling or enabling them. (AAP-12896)\n* When run_job_template action fails now, ansible-rulebook prints an error log in the activation output and creates an entry in rule audit so that the user is alerted that the rule has failed. (AAP-12909)\n* When a user tries to bulk delete rulebook activations from the list, the request now completes successfully and consistently. (AAP-13093)\n* The Rulebook Activation link now functions correctly in the Rule Audit Detail UI. (AAP-13182)\n* Fixed a bug where ansible-rulebook prevented the execution, if the connection with the controller was not successful when controller was not required by the rulebook. (AAP-13209)\n* Fixed a bug where some audit rule records had the wrong rulebook link. (AAP-13844)\n* Fixed a bug where only the first 10 audit rules had the right link. (AAP-13845)\n* Previously project credentials could not be updated if there was a change to the credential used in the project. Now credentials can be updated in a project with a new or different credential. (AAP-13983)\n* The User Access section of the navigation panel no longer disappears after creating a decision environment. (AAP-14273)\n* Fixed a bug where filtering for audit rules didn\u0027t work properly on OpenShift Container Platform. (AAP-14512)", "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-2023:4693", "url": "https://access.redhat.com/errata/RHSA-2023:4693" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "2218004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004" }, { "category": "external", "summary": "2232324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232324" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4693.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-23T00:12:56+00:00", "generator": { "date": "2024-11-23T00:12:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2023:4693", "initial_release_date": "2023-08-21T21:53:41+00:00", "revision_history": [ { "date": "2023-08-21T21:53:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-29T18:14:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-23T00:12:56+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "python39-requests-0:2.31.0-1.el8ap.noarch", "product": { "name": "python39-requests-0:2.31.0-1.el8ap.noarch", "product_id": "python39-requests-0:2.31.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.31.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-django-0:3.2.20-1.el8ap.noarch", "product": { "name": "python39-django-0:3.2.20-1.el8ap.noarch", "product_id": "python39-django-0:3.2.20-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-django@3.2.20-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product": { "name": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product_id": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rsa@4.7.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-0:2.31.0-1.el9ap.noarch", "product": { "name": "python3-requests-0:2.31.0-1.el9ap.noarch", "product_id": "python3-requests-0:2.31.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests@2.31.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-django-0:3.2.20-1.el9ap.noarch", "product": { "name": "python3-django-0:3.2.20-1.el9ap.noarch", "product_id": "python3-django-0:3.2.20-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-django@3.2.20-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product": { "name": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product_id": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-rsa@4.7.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.1-1.el9ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3x-requests-0:2.31.0-1.el8ap.src", "product": { "name": "python3x-requests-0:2.31.0-1.el8ap.src", "product_id": "python3x-requests-0:2.31.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-requests@2.31.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-django-0:3.2.20-1.el8ap.src", "product": { "name": "python3x-django-0:3.2.20-1.el8ap.src", "product_id": "python3x-django-0:3.2.20-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-django@3.2.20-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-rsa-0:4.7.2-1.el8ap.src", "product": { "name": "python3x-rsa-0:4.7.2-1.el8ap.src", "product_id": "python3x-rsa-0:4.7.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-rsa@4.7.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product": { "name": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product_id": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography@38.0.4-2.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product": { "name": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product_id": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.31.0-1.el9ap.src", "product": { "name": "python-requests-0:2.31.0-1.el9ap.src", "product_id": "python-requests-0:2.31.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.31.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-django-0:3.2.20-1.el9ap.src", "product": { "name": "python-django-0:3.2.20-1.el9ap.src", "product_id": "python-django-0:3.2.20-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-django@3.2.20-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-rsa-0:4.7.2-1.el9ap.src", "product": { "name": "python-rsa-0:4.7.2-1.el9ap.src", "product_id": "python-rsa-0:4.7.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-rsa@4.7.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:38.0.4-2.el9ap.src", "product": { "name": "python-cryptography-0:38.0.4-2.el9ap.src", "product_id": "python-cryptography-0:38.0.4-2.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@38.0.4-2.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product": { "name": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product_id": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el9ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.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:automation-eda-controller-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-0:1.0.1-1.el8ap.src" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.1-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.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:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-django-0:3.2.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch" }, "product_reference": "python39-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el8ap.noarch" }, "product_reference": "python39-requests-0:2.31.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rsa-0:4.7.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-rsa-0:4.7.2-1.el8ap.noarch" }, "product_reference": "python39-rsa-0:4.7.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-django-0:3.2.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src" }, "product_reference": "python3x-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el8ap.src" }, "product_reference": "python3x-requests-0:2.31.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-rsa-0:4.7.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-rsa-0:4.7.2-1.el8ap.src" }, "product_reference": "python3x-rsa-0:4.7.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.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:automation-eda-controller-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-0:1.0.1-1.el9ap.src" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.1-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.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:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-django-0:3.2.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src" }, "product_reference": "python-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el9ap.src" }, "product_reference": "python-requests-0:2.31.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-rsa-0:4.7.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-rsa-0:4.7.2-1.el9ap.src" }, "product_reference": "python-rsa-0:4.7.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-django-0:3.2.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" }, "product_reference": "python3-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el9ap.noarch" }, "product_reference": "python3-requests-0:2.31.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-rsa-0:4.7.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-rsa-0:4.7.2-1.el9ap.noarch" }, "product_reference": "python3-rsa-0:4.7.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-4380", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2023-08-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2232324" } ], "notes": [ { "category": "description", "text": "A logic flaw exists in Ansible Automation platform. Whenever a private project is created with incorrect credentials, they are logged in plaintext. This flaw allows an attacker to retrieve the credentials from the log, resulting in the loss of confidentiality, integrity, and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "platform: token exposed at importing project", "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-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-4380" }, { "category": "external", "summary": "RHBZ#2232324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232324" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4380", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4380" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4380", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4380" } ], "release_date": "2023-08-16T10:05:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "platform: token exposed at importing project" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-32681", "cwe": { "id": "CWE-402", "name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)" }, "discovery_date": "2023-05-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209469" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python-requests package, where it is vulnerable to potentially leaking Proxy-Authorization headers to destination servers, specifically during redirects to an HTTPS origin. This is a product of how rebuild_proxies is used to recompute and reattach the Proxy-Authorization header to requests when redirected. This behavior only affects proxied requests when credentials are supplied in the URL user information component (for example, https://username:password@proxy:8080).", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Unintended leak of Proxy-Authorization header", "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-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32681" }, { "category": "external", "summary": "RHBZ#2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32681", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32681" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q", "url": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q" } ], "release_date": "2023-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" }, { "category": "workaround", "details": "For users who are not able to update Requests immediately, there is one potential workaround.\n\nYou may disable redirects by setting allow_redirects to False on all calls through Requests top-level APIs. Note that if you are currently relying on redirect behaviors, you will need to capture the 3xx response codes and ensure a new request is made to the redirect destination.\n\nimport requests\nr = requests.get(\u0027http://github.com/\u0027, allow_redirects=False)", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-requests: Unintended leak of Proxy-Authorization header" }, { "cve": "CVE-2023-36053", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-06-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2218004" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service vulnerability has been found in Django. Email and URL validators are vulnerable to this flaw when processing a very large number of domain name labels of emails and URLs.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator", "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-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36053" }, { "category": "external", "summary": "RHBZ#2218004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36053", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36053" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/", "url": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/" } ], "release_date": "2023-07-03T08:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "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-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator" } ] }
rhsa-2024_2985
Vulnerability from csaf_redhat
Published
2024-05-22 09:51
Modified
2024-12-10 18:04
Summary
Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update
Notes
Topic
An update for the python39:3.9 and python39-devel:3.9 modules is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
Security Fix(es):
* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple (CVE-2023-27043)
* python-urllib3: Cookie request header isn't stripped during cross-origin redirects (CVE-2023-43804)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from the References section.
Terms of Use
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.
{ "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 the python39:3.9 and python39-devel:3.9 modules 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n\n* python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple (CVE-2023-27043)\n\n* python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects (CVE-2023-43804)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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:2985", "url": "https://access.redhat.com/errata/RHSA-2024:2985" }, { "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_enterprise_linux/8/html/8.10_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index" }, { "category": "external", "summary": "2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2196183", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196183" }, { "category": "external", "summary": "2242493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242493" }, { "category": "external", "summary": "RHEL-21905", "url": "https://issues.redhat.com/browse/RHEL-21905" }, { "category": "external", "summary": "RHEL-25457", "url": "https://issues.redhat.com/browse/RHEL-25457" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2985.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2024-12-10T18:04:58+00:00", "generator": { "date": "2024-12-10T18:04:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:2985", "initial_release_date": "2024-05-22T09:51:55+00:00", "revision_history": [ { "date": "2024-05-22T09:51:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-22T09:51:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-10T18:04:58+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.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8100020240214182535:7044f6c1", "product": { "name": "python39:3.9:8100020240214182535:7044f6c1", "product_id": "python39:3.9:8100020240214182535:7044f6c1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240214182535:7044f6c1" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product": { "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product_id": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_id": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-devel:3.9:8100020240214182535:7044f6c1", "product": { "name": "python39-devel:3.9:8100020240214182535:7044f6c1", "product_id": "python39-devel:3.9:8100020240214182535:7044f6c1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240214182535:7044f6c1" } } }, { "category": "product_version", "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_id": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_id": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_id": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_id": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_id": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_id": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_id": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_id": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_id": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_id": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_id": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, "product_reference": "python39:3.9:8100020240214182535:7044f6c1", "relates_to_product_reference": "AppStream-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src" }, "product_reference": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src" }, "product_reference": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src" }, "product_reference": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src" }, "product_reference": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src" }, "product_reference": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, "product_reference": "python39-devel:3.9:8100020240214182535:7044f6c1", "relates_to_product_reference": "CRB-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40897", "cwe": { "id": "CWE-185", "name": "Incorrect Regular Expression" }, "discovery_date": "2023-01-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2158559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python Setuptools due to a regular expression Denial of Service (ReDoS) present in package_index.py. This issue could allow a remote attacker to cause a denial of service via HTML in a crafted package or custom PackageIndex page.", "title": "Vulnerability description" }, { "category": "summary", "text": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40897" }, { "category": "external", "summary": "RHBZ#2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40897", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40897" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897" }, { "category": "external", "summary": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/", "url": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-27043", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-05-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196183" } ], "notes": [ { "category": "description", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "RHBZ#2196183", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196183" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-27043", "url": "https://www.cve.org/CVERecord?id=CVE-2023-27043" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27043", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27043" }, { "category": "external", "summary": "https://access.redhat.com/articles/7051467", "url": "https://access.redhat.com/articles/7051467" } ], "release_date": "2023-04-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple" }, { "cve": "CVE-2023-43804", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242493" } ], "notes": [ { "category": "description", "text": "A flaw was found in urllib3, a user-friendly HTTP client library for Python. urllib3 doesn\u0027t treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, which is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unknowingly leak information via HTTP redirects to a different origin if that user doesn\u0027t disable redirects explicitly.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-43804" }, { "category": "external", "summary": "RHBZ#2242493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242493" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-43804", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43804" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804" } ], "release_date": "2023-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" }, { "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects" } ] }
rhsa-2023_6793
Vulnerability from csaf_redhat
Published
2023-11-08 08:20
Modified
2024-12-10 18:00
Summary
Red Hat Security Advisory: rh-python38-python security update
Notes
Topic
An update for rh-python38-python is now available for Red Hat Software Collections.
Red 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.
Details
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
The following packages have been upgraded to a later upstream version: rh-python38-python (3.8.18), rh-python38-python-cryptography (2.8), rh-python38-python-pip (19.3.1), rh-python38-python-requests (2.22.0), rh-python38-python-setuptools (41.6.0), rh-python38-python-wheel (0.33.6).
Security Fix(es):
* python: urllib.parse url blocklisting bypass (CVE-2023-24329)
* python: TLS handshake bypass (CVE-2023-40217)
* python: tarfile module directory traversal (CVE-2007-4559)
* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)
* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)
* python: CPU denial of service via inefficient IDNA decoder (CVE-2022-45061)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-python38-python is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nThe following packages have been upgraded to a later upstream version: rh-python38-python (3.8.18), rh-python38-python-cryptography (2.8), rh-python38-python-pip (19.3.1), rh-python38-python-requests (2.22.0), rh-python38-python-setuptools (41.6.0), rh-python38-python-wheel (0.33.6).\n\nSecurity Fix(es):\n\n* python: urllib.parse url blocklisting bypass (CVE-2023-24329)\n\n* python: TLS handshake bypass (CVE-2023-40217)\n\n* python: tarfile module directory traversal (CVE-2007-4559)\n\n* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)\n\n* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)\n\n* python: CPU denial of service via inefficient IDNA decoder (CVE-2022-45061)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n\n* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)\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-2023:6793", "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "263261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=263261" }, { "category": "external", "summary": "2144072", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144072" }, { "category": "external", "summary": "2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2173917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173917" }, { "category": "external", "summary": "2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "2235789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235789" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6793.json" } ], "title": "Red Hat Security Advisory: rh-python38-python security update", "tracking": { "current_release_date": "2024-12-10T18:00:25+00:00", "generator": { "date": "2024-12-10T18:00:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2023:6793", "initial_release_date": "2023-11-08T08:20:36+00:00", "revision_history": [ { "date": "2023-11-08T08:20:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-08T08:20:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-10T18:00:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product_id": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools@41.6.0-8.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product_id": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-requests@2.22.0-11.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product_id": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel@0.33.6-9.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product_id": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-4.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.src", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.src", "product_id": "rh-python38-python-0:3.8.18-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product_id": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools@41.6.0-8.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product_id": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools-wheel@41.6.0-8.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product_id": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-requests@2.22.0-11.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product_id": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel@0.33.6-9.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product_id": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel-wheel@0.33.6-9.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product_id": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-4.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product_id": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip-wheel@19.3.1-4.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product_id": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-rpm-macros@3.8.18-2.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product_id": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-srpm-macros@3.8.18-2.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2007-4559", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2007-08-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "263261" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python tarfile module. Extracting a crafted TAR archive with the tarfile.extract or tarfile.extractall functions could lead to a directory traversal vulnerability, resulting in overwrite of arbitrary files.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: tarfile module directory traversal", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security has rated this issue as having a Moderate security impact, a future update may address this flaw. More information regarding issue severity can be found here: https://access.redhat.com/security/updates/classification.\n\nVersions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2007-4559" }, { "category": "external", "summary": "RHBZ#263261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=263261" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2007-4559", "url": "https://www.cve.org/CVERecord?id=CVE-2007-4559" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-4559", "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-4559" } ], "release_date": "2007-08-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "workaround", "details": "Do not extract archives from untrusted sources with the Python tarfile module. Users of the module should add sanity checks when calling the tarfile.extract or tarfile.extractall functions.", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: tarfile module directory traversal" }, { "cve": "CVE-2022-40897", "cwe": { "id": "CWE-185", "name": "Incorrect Regular Expression" }, "discovery_date": "2023-01-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2158559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python Setuptools due to a regular expression Denial of Service (ReDoS) present in package_index.py. This issue could allow a remote attacker to cause a denial of service via HTML in a crafted package or custom PackageIndex page.", "title": "Vulnerability description" }, { "category": "summary", "text": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py", "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": [ "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40897" }, { "category": "external", "summary": "RHBZ#2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40897", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40897" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897" }, { "category": "external", "summary": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/", "url": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py" }, { "cve": "CVE-2022-40898", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-23T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165864" } ], "notes": [ { "category": "description", "text": "An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli", "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": [ "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40898" }, { "category": "external", "summary": "RHBZ#2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40898", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40898" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6", "url": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-11-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2144072" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in Python. A quadratic algorithm exists when processing inputs to the IDNA (RFC 3490) decoder, such that a crafted unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor, which could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied hostname.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CPU denial of service via inefficient IDNA decoder", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-45061" }, { "category": "external", "summary": "RHBZ#2144072", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144072" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-45061", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45061" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45061", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45061" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/98433", "url": "https://github.com/python/cpython/issues/98433" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/slow-idna-large-strings.html", "url": "https://python-security.readthedocs.io/vuln/slow-idna-large-strings.html" } ], "release_date": "2022-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CPU denial of service via inefficient IDNA decoder" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-24329", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-02-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2173917" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python package. An issue in the urllib.parse component could allow attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.This may lead to compromised Integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: urllib.parse url blocklisting bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24329" }, { "category": "external", "summary": "RHBZ#2173917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24329", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24329" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24329", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24329" }, { "category": "external", "summary": "https://pointernull.com/security/python-url-parse-problem.html", "url": "https://pointernull.com/security/python-url-parse-problem.html" } ], "release_date": "2023-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: urllib.parse url blocklisting bypass" }, { "cve": "CVE-2023-32681", "cwe": { "id": "CWE-402", "name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)" }, "discovery_date": "2023-05-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209469" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python-requests package, where it is vulnerable to potentially leaking Proxy-Authorization headers to destination servers, specifically during redirects to an HTTPS origin. This is a product of how rebuild_proxies is used to recompute and reattach the Proxy-Authorization header to requests when redirected. This behavior only affects proxied requests when credentials are supplied in the URL user information component (for example, https://username:password@proxy:8080).", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Unintended leak of Proxy-Authorization header", "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": [ "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32681" }, { "category": "external", "summary": "RHBZ#2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32681", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32681" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q", "url": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q" } ], "release_date": "2023-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "workaround", "details": "For users who are not able to update Requests immediately, there is one potential workaround.\n\nYou may disable redirects by setting allow_redirects to False on all calls through Requests top-level APIs. Note that if you are currently relying on redirect behaviors, you will need to capture the 3xx response codes and ensure a new request is made to the redirect destination.\n\nimport requests\nr = requests.get(\u0027http://github.com/\u0027, allow_redirects=False)", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-requests: Unintended leak of Proxy-Authorization header" }, { "cve": "CVE-2023-40217", "cwe": { "id": "CWE-305", "name": "Authentication Bypass by Primary Weakness" }, "discovery_date": "2023-08-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2235789" } ], "notes": [ { "category": "description", "text": "Python ssl.SSLSocket is vulnerable to a bypass of the TLS handshake in certain instances for HTTPS servers and other server-side protocols that use TLS client authentication such as mTLS. This issue may result in a breach of integrity as its possible to modify or delete resources that are authenticated only by a TLS certificate. No breach of confidentiality is possible.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: TLS handshake bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40217" }, { "category": "external", "summary": "RHBZ#2235789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235789" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40217", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40217" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40217", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40217" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/108310", "url": "https://github.com/python/cpython/issues/108310" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/108315", "url": "https://github.com/python/cpython/pull/108315" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/" } ], "release_date": "2023-08-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: TLS handshake bypass" } ] }
rhsa-2023_7341
Vulnerability from csaf_redhat
Published
2023-11-30 14:34
Modified
2024-11-14 00:16
Summary
Red Hat Security Advisory: Red Hat Quay security update
Notes
Topic
An update is now available for Red Hat Quay 3.
Red 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.
Details
An update is now available for Red Hat Quay 3.
Security Fix(es):
* python-werkzeug: high resource usage when parsing multipart form data with many fields (CVE-2023-25577)
* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Quay 3.\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": "An update is now available for Red Hat Quay 3.\n\nSecurity Fix(es):\n\n* python-werkzeug: high resource usage when parsing multipart form data with many fields (CVE-2023-25577)\n\n* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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-2023:7341", "url": "https://access.redhat.com/errata/RHSA-2023:7341" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2170242", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "external", "summary": "PROJQUAY-2462", "url": "https://issues.redhat.com/browse/PROJQUAY-2462" }, { "category": "external", "summary": "PROJQUAY-2803", "url": "https://issues.redhat.com/browse/PROJQUAY-2803" }, { "category": "external", "summary": "PROJQUAY-3906", "url": "https://issues.redhat.com/browse/PROJQUAY-3906" }, { "category": "external", "summary": "PROJQUAY-4126", "url": "https://issues.redhat.com/browse/PROJQUAY-4126" }, { "category": "external", "summary": "PROJQUAY-5021", "url": "https://issues.redhat.com/browse/PROJQUAY-5021" }, { "category": "external", "summary": "PROJQUAY-5212", "url": "https://issues.redhat.com/browse/PROJQUAY-5212" }, { "category": "external", "summary": "PROJQUAY-5489", "url": "https://issues.redhat.com/browse/PROJQUAY-5489" }, { "category": "external", "summary": "PROJQUAY-5506", "url": "https://issues.redhat.com/browse/PROJQUAY-5506" }, { "category": "external", "summary": "PROJQUAY-5598", "url": "https://issues.redhat.com/browse/PROJQUAY-5598" }, { "category": "external", "summary": "PROJQUAY-5957", "url": "https://issues.redhat.com/browse/PROJQUAY-5957" }, { "category": "external", "summary": "PROJQUAY-5958", "url": "https://issues.redhat.com/browse/PROJQUAY-5958" }, { "category": "external", "summary": "PROJQUAY-5959", "url": "https://issues.redhat.com/browse/PROJQUAY-5959" }, { "category": "external", "summary": "PROJQUAY-5960", "url": "https://issues.redhat.com/browse/PROJQUAY-5960" }, { "category": "external", "summary": "PROJQUAY-5963", "url": "https://issues.redhat.com/browse/PROJQUAY-5963" }, { "category": "external", "summary": "PROJQUAY-6010", "url": "https://issues.redhat.com/browse/PROJQUAY-6010" }, { "category": "external", "summary": "PROJQUAY-6048", "url": "https://issues.redhat.com/browse/PROJQUAY-6048" }, { "category": "external", "summary": "PROJQUAY-6184", "url": "https://issues.redhat.com/browse/PROJQUAY-6184" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7341.json" } ], "title": "Red Hat Security Advisory: Red Hat Quay security update", "tracking": { "current_release_date": "2024-11-14T00:16:35+00:00", "generator": { "date": "2024-11-14T00:16:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2023:7341", "initial_release_date": "2023-11-30T14:34:57+00:00", "revision_history": [ { "date": "2023-11-30T14:34:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-30T14:34:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-14T00:16:35+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Quay v3", "product": { "name": "Quay v3", "product_id": "8Base-Quay-3", "product_identification_helper": { "cpe": "cpe:/a:redhat:quay:3::el8" } } } ], "category": "product_family", "name": "Red Hat Quay" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product": { "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product_id": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product": { "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product_id": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product_id": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product_id": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product": { "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product_id": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product": { "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product_id": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product": { "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product_id": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product": { "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product_id": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product": { "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product_id": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product_id": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product_id": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product": { "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product_id": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product": { "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product_id": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product": { "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product_id": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product": { "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product_id": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product": { "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product_id": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product_id": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product_id": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product": { "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product_id": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product": { "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product_id": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product": { "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product_id": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64" }, "product_reference": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x" }, "product_reference": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le" }, "product_reference": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le" }, "product_reference": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x" }, "product_reference": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64" }, "product_reference": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64" }, "product_reference": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x" }, "product_reference": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le" }, "product_reference": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le" }, "product_reference": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x" }, "product_reference": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" }, "product_reference": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64" }, "product_reference": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x" }, "product_reference": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" }, "product_reference": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "relates_to_product_reference": "8Base-Quay-3" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-25577", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-02-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170242" } ], "notes": [ { "category": "description", "text": "A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-werkzeug: high resource usage when parsing multipart form data with many fields", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25577" }, { "category": "external", "summary": "RHBZ#2170242", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25577", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25577" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1", "url": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/releases/tag/2.2.3", "url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323", "url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323" } ], "release_date": "2023-02-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python-werkzeug: high resource usage when parsing multipart form data with many fields" }, { "cve": "CVE-2023-30861", "cwe": { "id": "CWE-488", "name": "Exposure of Data Element to Wrong Session" }, "discovery_date": "2023-05-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196643" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python Flask package. A cached response may contain data for one client sent by a proxy to other clients, including session cookies, resulting in the compromise of data confidentiality contained in the leak requests or cookies. This happens when the following conditions are met by the proxy\u0027s behavior regarding cookies and the application\u0027s behavior session usage:\r\n1. The caching proxy does not strip or ignore response with cookies\r\n2. The application sets a permanent session\r\n3. The application does not access or modify the session during requests\r\n4. SESSION_REFRESH_EACH_REQUEST is enabled, which is the default Flask behavior\r\n5. The application does not set the Cache-Control header to avoid being cached", "title": "Vulnerability description" }, { "category": "summary", "text": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30861" }, { "category": "external", "summary": "RHBZ#2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30861", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30861" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861" }, { "category": "external", "summary": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b", "url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b" }, { "category": "external", "summary": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq", "url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq" } ], "release_date": "2023-05-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header" } ] }
RHSA-2023:7096
Vulnerability from csaf_redhat
Published
2023-11-14 16:14
Modified
2025-03-24 12:05
Summary
Red Hat Security Advisory: python-cryptography security update
Notes
Topic
An update for python-cryptography is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
The python-cryptography packages contain a Python Cryptographic Authority's (PyCA's) cryptography library, which provides cryptographic primitives and recipes to Python developers.
Security Fix(es):
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.
Terms of Use
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.
{ "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-cryptography 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-cryptography packages contain a Python Cryptographic Authority\u0027s (PyCA\u0027s) cryptography library, which provides cryptographic primitives and recipes to Python developers.\n\nSecurity Fix(es):\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from 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-2023:7096", "url": "https://access.redhat.com/errata/RHSA-2023:7096" }, { "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_enterprise_linux/8/html/8.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2172404", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172404" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7096.json" } ], "title": "Red Hat Security Advisory: python-cryptography security update", "tracking": { "current_release_date": "2025-03-24T12:05:59+00:00", "generator": { "date": "2025-03-24T12:05:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2023:7096", "initial_release_date": "2023-11-14T16:14:38+00:00", "revision_history": [ { "date": "2023-11-14T16:14:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-14T16:14:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-24T12:05:59+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 BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-cryptography-0:3.2.1-6.el8.src", "product": { "name": "python-cryptography-0:3.2.1-6.el8.src", "product_id": "python-cryptography-0:3.2.1-6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.2.1-6.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product_id": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product_id": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product_id": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.s390x", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.s390x", "product_id": "python3-cryptography-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.2.1-6.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src" }, "product_reference": "python-cryptography-0:3.2.1-6.el8.src", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:14:38+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": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7096" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" } ] }
rhsa-2024:2985
Vulnerability from csaf_redhat
Published
2024-05-22 09:51
Modified
2025-05-26 07:37
Summary
Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update
Notes
Topic
An update for the python39:3.9 and python39-devel:3.9 modules is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
Security Fix(es):
* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple (CVE-2023-27043)
* python-urllib3: Cookie request header isn't stripped during cross-origin redirects (CVE-2023-43804)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from the References section.
Terms of Use
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.
{ "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 the python39:3.9 and python39-devel:3.9 modules 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n\n* python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple (CVE-2023-27043)\n\n* python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects (CVE-2023-43804)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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:2985", "url": "https://access.redhat.com/errata/RHSA-2024:2985" }, { "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_enterprise_linux/8/html/8.10_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index" }, { "category": "external", "summary": "2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2196183", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196183" }, { "category": "external", "summary": "2242493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242493" }, { "category": "external", "summary": "RHEL-21905", "url": "https://issues.redhat.com/browse/RHEL-21905" }, { "category": "external", "summary": "RHEL-25457", "url": "https://issues.redhat.com/browse/RHEL-25457" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2985.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2025-05-26T07:37:45+00:00", "generator": { "date": "2025-05-26T07:37:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.0" } }, "id": "RHSA-2024:2985", "initial_release_date": "2024-05-22T09:51:55+00:00", "revision_history": [ { "date": "2024-05-22T09:51:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-22T09:51:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-26T07:37:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8100020240214182535:7044f6c1", "product": { "name": "python39:3.9:8100020240214182535:7044f6c1", "product_id": "python39:3.9:8100020240214182535:7044f6c1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240214182535:7044f6c1" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product": { "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product_id": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_id": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-devel:3.9:8100020240214182535:7044f6c1", "product": { "name": "python39-devel:3.9:8100020240214182535:7044f6c1", "product_id": "python39-devel:3.9:8100020240214182535:7044f6c1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240214182535:7044f6c1" } } }, { "category": "product_version", "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_id": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_id": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_id": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_id": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_id": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_id": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_id": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_id": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_id": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_id": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_id": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, "product_reference": "python39:3.9:8100020240214182535:7044f6c1", "relates_to_product_reference": "AppStream-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src" }, "product_reference": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src" }, "product_reference": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src" }, "product_reference": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src" }, "product_reference": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src" }, "product_reference": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, "product_reference": "python39-devel:3.9:8100020240214182535:7044f6c1", "relates_to_product_reference": "CRB-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40897", "cwe": { "id": "CWE-185", "name": "Incorrect Regular Expression" }, "discovery_date": "2023-01-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2158559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python Setuptools due to a regular expression Denial of Service (ReDoS) present in package_index.py. This issue could allow a remote attacker to cause a denial of service via HTML in a crafted package or custom PackageIndex page.", "title": "Vulnerability description" }, { "category": "summary", "text": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40897" }, { "category": "external", "summary": "RHBZ#2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40897", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40897" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897" }, { "category": "external", "summary": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/", "url": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-27043", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-05-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196183" } ], "notes": [ { "category": "description", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "RHBZ#2196183", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196183" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-27043", "url": "https://www.cve.org/CVERecord?id=CVE-2023-27043" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27043", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27043" }, { "category": "external", "summary": "https://access.redhat.com/articles/7051467", "url": "https://access.redhat.com/articles/7051467" } ], "release_date": "2023-04-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple" }, { "cve": "CVE-2023-43804", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242493" } ], "notes": [ { "category": "description", "text": "A flaw was found in urllib3, a user-friendly HTTP client library for Python. urllib3 doesn\u0027t treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, which is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unknowingly leak information via HTTP redirects to a different origin if that user doesn\u0027t disable redirects explicitly.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-43804" }, { "category": "external", "summary": "RHBZ#2242493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242493" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-43804", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43804" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804" } ], "release_date": "2023-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" }, { "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects" } ] }
rhsa-2023:6615
Vulnerability from csaf_redhat
Published
2023-11-07 08:47
Modified
2025-03-24 12:05
Summary
Red Hat Security Advisory: python-cryptography security update
Notes
Topic
An update for python-cryptography is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
The python-cryptography packages contain a Python Cryptographic Authority's (PyCA's) cryptography library, which provides cryptographic primitives and recipes to Python developers.
Security Fix(es):
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.
Terms of Use
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.
{ "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-cryptography is now available for Red Hat Enterprise Linux 9.\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-cryptography packages contain a Python Cryptographic Authority\u0027s (PyCA\u0027s) cryptography library, which provides cryptographic primitives and recipes to Python developers.\n\nSecurity Fix(es):\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from 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-2023:6615", "url": "https://access.redhat.com/errata/RHSA-2023:6615" }, { "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_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2172399", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172399" }, { "category": "external", "summary": "2203840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203840" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6615.json" } ], "title": "Red Hat Security Advisory: python-cryptography security update", "tracking": { "current_release_date": "2025-03-24T12:05:39+00:00", "generator": { "date": "2025-03-24T12:05:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2023:6615", "initial_release_date": "2023-11-07T08:47:31+00:00", "revision_history": [ { "date": "2023-11-07T08:47:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T08:47:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-24T12:05:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-cryptography-0:36.0.1-4.el9.src", "product": { "name": "python-cryptography-0:36.0.1-4.el9.src", "product_id": "python-cryptography-0:36.0.1-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@36.0.1-4.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product_id": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product_id": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product_id": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.s390x", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.s390x", "product_id": "python3-cryptography-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:36.0.1-4.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src" }, "product_reference": "python-cryptography-0:36.0.1-4.el9.src", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:47: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": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6615" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" } ] }
rhsa-2023:7341
Vulnerability from csaf_redhat
Published
2023-11-30 14:34
Modified
2025-05-07 15:41
Summary
Red Hat Security Advisory: Red Hat Quay security update
Notes
Topic
An update is now available for Red Hat Quay 3.
Red 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.
Details
An update is now available for Red Hat Quay 3.
Security Fix(es):
* python-werkzeug: high resource usage when parsing multipart form data with many fields (CVE-2023-25577)
* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Quay 3.\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": "An update is now available for Red Hat Quay 3.\n\nSecurity Fix(es):\n\n* python-werkzeug: high resource usage when parsing multipart form data with many fields (CVE-2023-25577)\n\n* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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-2023:7341", "url": "https://access.redhat.com/errata/RHSA-2023:7341" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2170242", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "external", "summary": "PROJQUAY-2462", "url": "https://issues.redhat.com/browse/PROJQUAY-2462" }, { "category": "external", "summary": "PROJQUAY-2803", "url": "https://issues.redhat.com/browse/PROJQUAY-2803" }, { "category": "external", "summary": "PROJQUAY-3906", "url": "https://issues.redhat.com/browse/PROJQUAY-3906" }, { "category": "external", "summary": "PROJQUAY-4126", "url": "https://issues.redhat.com/browse/PROJQUAY-4126" }, { "category": "external", "summary": "PROJQUAY-5021", "url": "https://issues.redhat.com/browse/PROJQUAY-5021" }, { "category": "external", "summary": "PROJQUAY-5212", "url": "https://issues.redhat.com/browse/PROJQUAY-5212" }, { "category": "external", "summary": "PROJQUAY-5489", "url": "https://issues.redhat.com/browse/PROJQUAY-5489" }, { "category": "external", "summary": "PROJQUAY-5506", "url": "https://issues.redhat.com/browse/PROJQUAY-5506" }, { "category": "external", "summary": "PROJQUAY-5598", "url": "https://issues.redhat.com/browse/PROJQUAY-5598" }, { "category": "external", "summary": "PROJQUAY-5957", "url": "https://issues.redhat.com/browse/PROJQUAY-5957" }, { "category": "external", "summary": "PROJQUAY-5958", "url": "https://issues.redhat.com/browse/PROJQUAY-5958" }, { "category": "external", "summary": "PROJQUAY-5959", "url": "https://issues.redhat.com/browse/PROJQUAY-5959" }, { "category": "external", "summary": "PROJQUAY-5960", "url": "https://issues.redhat.com/browse/PROJQUAY-5960" }, { "category": "external", "summary": "PROJQUAY-5963", "url": "https://issues.redhat.com/browse/PROJQUAY-5963" }, { "category": "external", "summary": "PROJQUAY-6010", "url": "https://issues.redhat.com/browse/PROJQUAY-6010" }, { "category": "external", "summary": "PROJQUAY-6048", "url": "https://issues.redhat.com/browse/PROJQUAY-6048" }, { "category": "external", "summary": "PROJQUAY-6184", "url": "https://issues.redhat.com/browse/PROJQUAY-6184" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7341.json" } ], "title": "Red Hat Security Advisory: Red Hat Quay security update", "tracking": { "current_release_date": "2025-05-07T15:41:54+00:00", "generator": { "date": "2025-05-07T15:41:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.0" } }, "id": "RHSA-2023:7341", "initial_release_date": "2023-11-30T14:34:57+00:00", "revision_history": [ { "date": "2023-11-30T14:34:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-30T14:34:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-07T15:41:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Quay v3", "product": { "name": "Quay v3", "product_id": "8Base-Quay-3", "product_identification_helper": { "cpe": "cpe:/a:redhat:quay:3::el8" } } } ], "category": "product_family", "name": "Red Hat Quay" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product": { "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product_id": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product": { "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product_id": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product_id": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product_id": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product": { "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product_id": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product": { "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product_id": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product": { "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product_id": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product": { "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product_id": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product": { "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product_id": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product_id": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product_id": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product": { "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product_id": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product": { "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product_id": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product": { "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product_id": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product": { "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product_id": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product": { "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product_id": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product_id": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product_id": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product": { "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product_id": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product": { "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product_id": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product": { "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product_id": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64" }, "product_reference": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x" }, "product_reference": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le" }, "product_reference": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le" }, "product_reference": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x" }, "product_reference": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64" }, "product_reference": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64" }, "product_reference": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x" }, "product_reference": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le" }, "product_reference": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le" }, "product_reference": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x" }, "product_reference": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" }, "product_reference": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64" }, "product_reference": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x" }, "product_reference": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" }, "product_reference": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "relates_to_product_reference": "8Base-Quay-3" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-25577", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-02-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170242" } ], "notes": [ { "category": "description", "text": "A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-werkzeug: high resource usage when parsing multipart form data with many fields", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25577" }, { "category": "external", "summary": "RHBZ#2170242", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25577", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25577" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1", "url": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/releases/tag/2.2.3", "url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323", "url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323" } ], "release_date": "2023-02-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "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-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python-werkzeug: high resource usage when parsing multipart form data with many fields" }, { "cve": "CVE-2023-30861", "cwe": { "id": "CWE-488", "name": "Exposure of Data Element to Wrong Session" }, "discovery_date": "2023-05-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196643" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python Flask package. A cached response may contain data for one client sent by a proxy to other clients, including session cookies, resulting in the compromise of data confidentiality contained in the leak requests or cookies. This happens when the following conditions are met by the proxy\u0027s behavior regarding cookies and the application\u0027s behavior session usage:\r\n1. The caching proxy does not strip or ignore response with cookies\r\n2. The application sets a permanent session\r\n3. The application does not access or modify the session during requests\r\n4. SESSION_REFRESH_EACH_REQUEST is enabled, which is the default Flask behavior\r\n5. The application does not set the Cache-Control header to avoid being cached", "title": "Vulnerability description" }, { "category": "summary", "text": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30861" }, { "category": "external", "summary": "RHBZ#2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30861", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30861" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861" }, { "category": "external", "summary": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b", "url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b" }, { "category": "external", "summary": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq", "url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq" } ], "release_date": "2023-05-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header" } ] }
RHSA-2023:7341
Vulnerability from csaf_redhat
Published
2023-11-30 14:34
Modified
2025-05-07 15:41
Summary
Red Hat Security Advisory: Red Hat Quay security update
Notes
Topic
An update is now available for Red Hat Quay 3.
Red 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.
Details
An update is now available for Red Hat Quay 3.
Security Fix(es):
* python-werkzeug: high resource usage when parsing multipart form data with many fields (CVE-2023-25577)
* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Quay 3.\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": "An update is now available for Red Hat Quay 3.\n\nSecurity Fix(es):\n\n* python-werkzeug: high resource usage when parsing multipart form data with many fields (CVE-2023-25577)\n\n* flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header (CVE-2023-30861)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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-2023:7341", "url": "https://access.redhat.com/errata/RHSA-2023:7341" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2170242", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "external", "summary": "PROJQUAY-2462", "url": "https://issues.redhat.com/browse/PROJQUAY-2462" }, { "category": "external", "summary": "PROJQUAY-2803", "url": "https://issues.redhat.com/browse/PROJQUAY-2803" }, { "category": "external", "summary": "PROJQUAY-3906", "url": "https://issues.redhat.com/browse/PROJQUAY-3906" }, { "category": "external", "summary": "PROJQUAY-4126", "url": "https://issues.redhat.com/browse/PROJQUAY-4126" }, { "category": "external", "summary": "PROJQUAY-5021", "url": "https://issues.redhat.com/browse/PROJQUAY-5021" }, { "category": "external", "summary": "PROJQUAY-5212", "url": "https://issues.redhat.com/browse/PROJQUAY-5212" }, { "category": "external", "summary": "PROJQUAY-5489", "url": "https://issues.redhat.com/browse/PROJQUAY-5489" }, { "category": "external", "summary": "PROJQUAY-5506", "url": "https://issues.redhat.com/browse/PROJQUAY-5506" }, { "category": "external", "summary": "PROJQUAY-5598", "url": "https://issues.redhat.com/browse/PROJQUAY-5598" }, { "category": "external", "summary": "PROJQUAY-5957", "url": "https://issues.redhat.com/browse/PROJQUAY-5957" }, { "category": "external", "summary": "PROJQUAY-5958", "url": "https://issues.redhat.com/browse/PROJQUAY-5958" }, { "category": "external", "summary": "PROJQUAY-5959", "url": "https://issues.redhat.com/browse/PROJQUAY-5959" }, { "category": "external", "summary": "PROJQUAY-5960", "url": "https://issues.redhat.com/browse/PROJQUAY-5960" }, { "category": "external", "summary": "PROJQUAY-5963", "url": "https://issues.redhat.com/browse/PROJQUAY-5963" }, { "category": "external", "summary": "PROJQUAY-6010", "url": "https://issues.redhat.com/browse/PROJQUAY-6010" }, { "category": "external", "summary": "PROJQUAY-6048", "url": "https://issues.redhat.com/browse/PROJQUAY-6048" }, { "category": "external", "summary": "PROJQUAY-6184", "url": "https://issues.redhat.com/browse/PROJQUAY-6184" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7341.json" } ], "title": "Red Hat Security Advisory: Red Hat Quay security update", "tracking": { "current_release_date": "2025-05-07T15:41:54+00:00", "generator": { "date": "2025-05-07T15:41:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.0" } }, "id": "RHSA-2023:7341", "initial_release_date": "2023-11-30T14:34:57+00:00", "revision_history": [ { "date": "2023-11-30T14:34:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-30T14:34:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-07T15:41:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Quay v3", "product": { "name": "Quay v3", "product_id": "8Base-Quay-3", "product_identification_helper": { "cpe": "cpe:/a:redhat:quay:3::el8" } } } ], "category": "product_family", "name": "Red Hat Quay" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product": { "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product_id": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product": { "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product_id": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product_id": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product_id": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product": { "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product_id": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product": { "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product_id": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product": { "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product_id": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product": { "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product_id": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product": { "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product_id": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product_id": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product_id": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product": { "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product_id": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product": { "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product_id": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product": { "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product_id": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product": { "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product_id": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.10.0-17" } } }, { "category": "product_version", "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.10.0-10" } } }, { "category": "product_version", "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product": { "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product_id": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.10.0-20" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product": { "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product_id": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product": { "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product_id": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.10.0-19" } } }, { "category": "product_version", "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product": { "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product_id": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.10.0-154" } } }, { "category": "product_version", "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product": { "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product_id": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.10.0-37" } } }, { "category": "product_version", "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product": { "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product_id": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.10.0-150" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64" }, "product_reference": "quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x" }, "product_reference": "quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le" }, "product_reference": "quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x" }, "product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le" }, "product_reference": "quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x" }, "product_reference": "quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64" }, "product_reference": "quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le" }, "product_reference": "quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le" }, "product_reference": "quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64" }, "product_reference": "quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x" }, "product_reference": "quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le" }, "product_reference": "quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le" }, "product_reference": "quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x" }, "product_reference": "quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" }, "product_reference": "quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64 as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64" }, "product_reference": "quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x" }, "product_reference": "quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "relates_to_product_reference": "8Base-Quay-3" }, { "category": "default_component_of", "full_product_name": { "name": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le as a component of Quay v3", "product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" }, "product_reference": "quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le", "relates_to_product_reference": "8Base-Quay-3" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-25577", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2023-02-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170242" } ], "notes": [ { "category": "description", "text": "A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-werkzeug: high resource usage when parsing multipart form data with many fields", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25577" }, { "category": "external", "summary": "RHBZ#2170242", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25577", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25577" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1", "url": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/releases/tag/2.2.3", "url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323", "url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323" } ], "release_date": "2023-02-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "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-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python-werkzeug: high resource usage when parsing multipart form data with many fields" }, { "cve": "CVE-2023-30861", "cwe": { "id": "CWE-488", "name": "Exposure of Data Element to Wrong Session" }, "discovery_date": "2023-05-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196643" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python Flask package. A cached response may contain data for one client sent by a proxy to other clients, including session cookies, resulting in the compromise of data confidentiality contained in the leak requests or cookies. This happens when the following conditions are met by the proxy\u0027s behavior regarding cookies and the application\u0027s behavior session usage:\r\n1. The caching proxy does not strip or ignore response with cookies\r\n2. The application sets a permanent session\r\n3. The application does not access or modify the session during requests\r\n4. SESSION_REFRESH_EACH_REQUEST is enabled, which is the default Flask behavior\r\n5. The application does not set the Cache-Control header to avoid being cached", "title": "Vulnerability description" }, { "category": "summary", "text": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header", "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-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "known_not_affected": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30861" }, { "category": "external", "summary": "RHBZ#2196643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196643" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30861", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30861" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30861" }, { "category": "external", "summary": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b", "url": "https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b" }, { "category": "external", "summary": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq", "url": "https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq" } ], "release_date": "2023-05-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-30T14:34:57+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": [ "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Quay-3:quay/clair-rhel8@sha256:23859613178852c50bf22697faab3234b14b18a16ebbc7abe2f138a0ce70de7e_amd64", "8Base-Quay-3:quay/clair-rhel8@sha256:88dc472af7cd89ee0bcaf250b3c535a8fab4e92b4faa793efd6d34b13f3d3e1c_s390x", "8Base-Quay-3:quay/clair-rhel8@sha256:fa100f2c4a8cab77e72c8747f1a846cd6046afeed0b7c1a580fe2b0d4f1174f5_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:23b867fd6a3b732dad7ce74b62fbeacb468e28673600fce321454600c0eb614a_ppc64le", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:a908b368daacd5994ba191b7b7a3057f72468e1ea4aee06e1f2d977102499232_amd64", "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:eda9b6bb1d237e88481223cb59c4c0b33934782532987242abd04f52f1b8c342_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:47bb83c9964c153c965c09bce04e4a5a4b59e6d6a7f141164ab8c5ab0e410205_ppc64le", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:579e02e548e7add12043a000a68b68e290871fd6f9f850b9c8da655005545db5_s390x", "8Base-Quay-3:quay/quay-builder-rhel8@sha256:747705d85d04b80cb01fd4dc293dae29a4547c6c52edf78366c4abe9e2dc40bf_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:3ce921816cc1dc34009a1f44f651756f25fdbe55f03751f73bc28e820a76a3e4_s390x", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:a7c62a3852c6fe8a83e187af9a9d8378731c17162996d2fd9d4964d5057c00ae_amd64", "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d083fc73b5aaa20105369053a4f247d90f6bf963ba4216a4a115d36d62eb87ca_ppc64le", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:099a934e8dcb0161e0e4060f2898c963a90cc0738442e99fae083b0f30bc142e_amd64", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:655de4673f8b018cc323a74988e71f5680ff330243f600f74d6a562b129e188f_s390x", "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:6a18fdba3c2bc93ff6e511e3b2fce591b8a186eb1d32639e825df25478e5c9a9_ppc64le", "8Base-Quay-3:quay/quay-operator-bundle@sha256:0e0b3af9b4b673ea2b1f0276caf82fb51c8b6fa9c15874c79028d18a3344bd4c_amd64", "8Base-Quay-3:quay/quay-operator-bundle@sha256:3776ee296f1c7d89d600016199d29248aac978729a88007af0870612692ff3e6_s390x", "8Base-Quay-3:quay/quay-operator-bundle@sha256:baa04276b08ffe601f7ca30ff68b81713a2ee6385295d577ba56140813996b5d_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:0a85707172eab0ee157e6df85844f1950af36c2c8b755ac97fd5802184ba5eed_ppc64le", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:4f44290cc1469dd106bb0728e4af614dcb0ba3f429be9f6dc2e580c9378bd108_s390x", "8Base-Quay-3:quay/quay-operator-rhel8@sha256:e6e09ebcccfb8f8a0c6744738a62ba257536344d2a8752a74848d30ab68cfd56_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:48760e344a72b56fa1b747af7935ac9ec94f63329a8fb6369093b7283156657c_amd64", "8Base-Quay-3:quay/quay-rhel8@sha256:4f9f10b08ce70ec734a3a422082353498c42768469fcab73e2fc948e38a1ee90_s390x", "8Base-Quay-3:quay/quay-rhel8@sha256:de2671e861ebe80195be0c7d1031ec88106329d9e6d061a88a35a8430277ea7a_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "flask: Possible disclosure of permanent session cookie due to missing Vary: Cookie header" } ] }
RHSA-2023:6793
Vulnerability from csaf_redhat
Published
2023-11-08 08:20
Modified
2025-05-26 07:37
Summary
Red Hat Security Advisory: rh-python38-python security update
Notes
Topic
An update for rh-python38-python is now available for Red Hat Software Collections.
Red 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.
Details
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
The following packages have been upgraded to a later upstream version: rh-python38-python (3.8.18), rh-python38-python-cryptography (2.8), rh-python38-python-pip (19.3.1), rh-python38-python-requests (2.22.0), rh-python38-python-setuptools (41.6.0), rh-python38-python-wheel (0.33.6).
Security Fix(es):
* python: urllib.parse url blocklisting bypass (CVE-2023-24329)
* python: TLS handshake bypass (CVE-2023-40217)
* python: tarfile module directory traversal (CVE-2007-4559)
* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)
* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)
* python: CPU denial of service via inefficient IDNA decoder (CVE-2022-45061)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-python38-python is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nThe following packages have been upgraded to a later upstream version: rh-python38-python (3.8.18), rh-python38-python-cryptography (2.8), rh-python38-python-pip (19.3.1), rh-python38-python-requests (2.22.0), rh-python38-python-setuptools (41.6.0), rh-python38-python-wheel (0.33.6).\n\nSecurity Fix(es):\n\n* python: urllib.parse url blocklisting bypass (CVE-2023-24329)\n\n* python: TLS handshake bypass (CVE-2023-40217)\n\n* python: tarfile module directory traversal (CVE-2007-4559)\n\n* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)\n\n* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)\n\n* python: CPU denial of service via inefficient IDNA decoder (CVE-2022-45061)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n\n* python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)\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-2023:6793", "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "263261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=263261" }, { "category": "external", "summary": "2144072", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144072" }, { "category": "external", "summary": "2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2173917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173917" }, { "category": "external", "summary": "2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "2235789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235789" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6793.json" } ], "title": "Red Hat Security Advisory: rh-python38-python security update", "tracking": { "current_release_date": "2025-05-26T07:37:09+00:00", "generator": { "date": "2025-05-26T07:37:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.0" } }, "id": "RHSA-2023:6793", "initial_release_date": "2023-11-08T08:20:36+00:00", "revision_history": [ { "date": "2023-11-08T08:20:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-08T08:20:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-26T07:37:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product_id": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools@41.6.0-8.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product_id": "rh-python38-python-requests-0:2.22.0-11.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-requests@2.22.0-11.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product_id": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel@0.33.6-9.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product_id": "rh-python38-python-pip-0:19.3.1-4.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-4.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=src" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.src", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.src", "product_id": "rh-python38-python-0:3.8.18-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product_id": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools@41.6.0-8.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product_id": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-setuptools-wheel@41.6.0-8.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product_id": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-requests@2.22.0-11.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product_id": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel@0.33.6-9.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product_id": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-wheel-wheel@0.33.6-9.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product_id": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-4.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product_id": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-pip-wheel@19.3.1-4.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product_id": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-rpm-macros@3.8.18-2.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product_id": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-srpm-macros@3.8.18-2.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product_id": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.18-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product_id": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.18-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" }, "product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-0:19.3.1-4.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src" }, "product_reference": "rh-python38-python-pip-0:19.3.1-4.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch" }, "product_reference": "rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-requests-0:2.22.0-11.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" }, "product_reference": "rh-python38-python-requests-0:2.22.0-11.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-0:41.6.0-8.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src" }, "product_reference": "rh-python38-python-setuptools-0:41.6.0-8.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" }, "product_reference": "rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch" }, "product_reference": "rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-test-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-test-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" }, "product_reference": "rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-0:0.33.6-9.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src" }, "product_reference": "rh-python38-python-wheel-0:0.33.6-9.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" }, "product_reference": "rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2007-4559", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2007-08-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "263261" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python tarfile module. Extracting a crafted TAR archive with the tarfile.extract or tarfile.extractall functions could lead to a directory traversal vulnerability, resulting in overwrite of arbitrary files.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: tarfile module directory traversal", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security has rated this issue as having a Moderate security impact, a future update may address this flaw. More information regarding issue severity can be found here: https://access.redhat.com/security/updates/classification.\n\nVersions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2007-4559" }, { "category": "external", "summary": "RHBZ#263261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=263261" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2007-4559", "url": "https://www.cve.org/CVERecord?id=CVE-2007-4559" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-4559", "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-4559" } ], "release_date": "2007-08-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "workaround", "details": "Do not extract archives from untrusted sources with the Python tarfile module. Users of the module should add sanity checks when calling the tarfile.extract or tarfile.extractall functions.", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: tarfile module directory traversal" }, { "cve": "CVE-2022-40897", "cwe": { "id": "CWE-185", "name": "Incorrect Regular Expression" }, "discovery_date": "2023-01-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2158559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python Setuptools due to a regular expression Denial of Service (ReDoS) present in package_index.py. This issue could allow a remote attacker to cause a denial of service via HTML in a crafted package or custom PackageIndex page.", "title": "Vulnerability description" }, { "category": "summary", "text": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py", "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": [ "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40897" }, { "category": "external", "summary": "RHBZ#2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40897", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40897" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897" }, { "category": "external", "summary": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/", "url": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py" }, { "cve": "CVE-2022-40898", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-23T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165864" } ], "notes": [ { "category": "description", "text": "An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli", "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": [ "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40898" }, { "category": "external", "summary": "RHBZ#2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40898", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40898" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6", "url": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-11-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2144072" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in Python. A quadratic algorithm exists when processing inputs to the IDNA (RFC 3490) decoder, such that a crafted unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor, which could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied hostname.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CPU denial of service via inefficient IDNA decoder", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-45061" }, { "category": "external", "summary": "RHBZ#2144072", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144072" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-45061", "url": "https://www.cve.org/CVERecord?id=CVE-2022-45061" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45061", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45061" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/98433", "url": "https://github.com/python/cpython/issues/98433" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/slow-idna-large-strings.html", "url": "https://python-security.readthedocs.io/vuln/slow-idna-large-strings.html" } ], "release_date": "2022-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CPU denial of service via inefficient IDNA decoder" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-24329", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-02-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2173917" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python package. An issue in the urllib.parse component could allow attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.This may lead to compromised Integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: urllib.parse url blocklisting bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24329" }, { "category": "external", "summary": "RHBZ#2173917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24329", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24329" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24329", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24329" }, { "category": "external", "summary": "https://pointernull.com/security/python-url-parse-problem.html", "url": "https://pointernull.com/security/python-url-parse-problem.html" } ], "release_date": "2023-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: urllib.parse url blocklisting bypass" }, { "cve": "CVE-2023-32681", "cwe": { "id": "CWE-402", "name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)" }, "discovery_date": "2023-05-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209469" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python-requests package, where it is vulnerable to potentially leaking Proxy-Authorization headers to destination servers, specifically during redirects to an HTTPS origin. This is a product of how rebuild_proxies is used to recompute and reattach the Proxy-Authorization header to requests when redirected. This behavior only affects proxied requests when credentials are supplied in the URL user information component (for example, https://username:password@proxy:8080).", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Unintended leak of Proxy-Authorization header", "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": [ "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32681" }, { "category": "external", "summary": "RHBZ#2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32681", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32681" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q", "url": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q" } ], "release_date": "2023-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" }, { "category": "workaround", "details": "For users who are not able to update Requests immediately, there is one potential workaround.\n\nYou may disable redirects by setting allow_redirects to False on all calls through Requests top-level APIs. Note that if you are currently relying on redirect behaviors, you will need to capture the 3xx response codes and ensure a new request is made to the redirect destination.\n\nimport requests\nr = requests.get(\u0027http://github.com/\u0027, allow_redirects=False)", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-requests: Unintended leak of Proxy-Authorization header" }, { "cve": "CVE-2023-40217", "cwe": { "id": "CWE-305", "name": "Authentication Bypass by Primary Weakness" }, "discovery_date": "2023-08-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2235789" } ], "notes": [ { "category": "description", "text": "Python ssl.SSLSocket is vulnerable to a bypass of the TLS handshake in certain instances for HTTPS servers and other server-side protocols that use TLS client authentication such as mTLS. This issue may result in a breach of integrity as its possible to modify or delete resources that are authenticated only by a TLS certificate. No breach of confidentiality is possible.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: TLS handshake bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "known_not_affected": [ "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40217" }, { "category": "external", "summary": "RHBZ#2235789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235789" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40217", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40217" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40217", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40217" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/108310", "url": "https://github.com/python/cpython/issues/108310" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/108315", "url": "https://github.com/python/cpython/pull/108315" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/" } ], "release_date": "2023-08-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-08T08:20:36+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": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6793" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Server-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Server-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Server-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Server-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Server-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Server-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Server-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Server-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-cryptography-debuginfo-0:2.8-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debug-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-debuginfo-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-devel-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-idle-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-libs-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-pip-0:19.3.1-4.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-pip-wheel-0:19.3.1-4.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-requests-0:2.22.0-11.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-rpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-0:41.6.0-8.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-setuptools-wheel-0:41.6.0-8.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-srpm-macros-0:3.8.18-2.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-test-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.s390x", "7Workstation-RHSCL-3.8:rh-python38-python-tkinter-0:3.8.18-2.el7.x86_64", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.noarch", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-0:0.33.6-9.el7.src", "7Workstation-RHSCL-3.8:rh-python38-python-wheel-wheel-0:0.33.6-9.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: TLS handshake bypass" } ] }
rhsa-2023_6615
Vulnerability from csaf_redhat
Published
2023-11-07 08:47
Modified
2024-11-14 00:13
Summary
Red Hat Security Advisory: python-cryptography security update
Notes
Topic
An update for python-cryptography is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
The python-cryptography packages contain a Python Cryptographic Authority's (PyCA's) cryptography library, which provides cryptographic primitives and recipes to Python developers.
Security Fix(es):
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.
Terms of Use
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.
{ "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-cryptography is now available for Red Hat Enterprise Linux 9.\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-cryptography packages contain a Python Cryptographic Authority\u0027s (PyCA\u0027s) cryptography library, which provides cryptographic primitives and recipes to Python developers.\n\nSecurity Fix(es):\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from 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-2023:6615", "url": "https://access.redhat.com/errata/RHSA-2023:6615" }, { "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_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2172399", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172399" }, { "category": "external", "summary": "2203840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203840" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6615.json" } ], "title": "Red Hat Security Advisory: python-cryptography security update", "tracking": { "current_release_date": "2024-11-14T00:13:33+00:00", "generator": { "date": "2024-11-14T00:13:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2023:6615", "initial_release_date": "2023-11-07T08:47:31+00:00", "revision_history": [ { "date": "2023-11-07T08:47:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T08:47:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-14T00:13:33+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 BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-cryptography-0:36.0.1-4.el9.src", "product": { "name": "python-cryptography-0:36.0.1-4.el9.src", "product_id": "python-cryptography-0:36.0.1-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@36.0.1-4.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product_id": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product_id": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product_id": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.s390x", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.s390x", "product_id": "python3-cryptography-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:36.0.1-4.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src" }, "product_reference": "python-cryptography-0:36.0.1-4.el9.src", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:47: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": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6615" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" } ] }
RHSA-2023:4971
Vulnerability from csaf_redhat
Published
2023-09-05 11:53
Modified
2025-05-08 12:06
Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red 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.
Details
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.
Security Fix(es):
* automation-controller: cryptography: memory corruption via immutable objects (CVE-2023-23931)
* automation-controller: GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)
* python3-gitpython/python39-gitpython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)
For 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.
Additional changes:
* ansible-core has been updated to 2.15.3 (AAP-15269)
* automation-controller has been updated to 4.4.3 (AAP-15549)
* python3-gitpython/python39-gitpython has been updated to 3.1.21 (AAP-15485)
* automation controller: Fix bug that can cause a deadlock on shutdown when redis is unavailable. (AAP-14203)
* automation controller: The login form no longer supports autocomplete on the password field due to security concerns. (AAP-15545)
Terms of Use
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.
{ "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* automation-controller: cryptography: memory corruption via immutable objects (CVE-2023-23931)\n* automation-controller: GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)\n* python3-gitpython/python39-gitpython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)\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\nAdditional changes:\n* ansible-core has been updated to 2.15.3 (AAP-15269)\n* automation-controller has been updated to 4.4.3 (AAP-15549)\n* python3-gitpython/python39-gitpython has been updated to 3.1.21 (AAP-15485)\n* automation controller: Fix bug that can cause a deadlock on shutdown when redis is unavailable. (AAP-14203)\n* automation controller: The login form no longer supports autocomplete on the password field due to security concerns. (AAP-15545)", "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-2023:4971", "url": "https://access.redhat.com/errata/RHSA-2023:4971" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2231474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231474" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4971.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2025-05-08T12:06:29+00:00", "generator": { "date": "2025-05-08T12:06:29+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.0" } }, "id": "RHSA-2023:4971", "initial_release_date": "2023-09-05T11:53:51+00:00", "revision_history": [ { "date": "2023-09-05T11:53:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-09-05T11:53:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-08T12:06:29+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-0:2.15.3-1.el9ap.src", "product": { "name": "ansible-core-0:2.15.3-1.el9ap.src", "product_id": "ansible-core-0:2.15.3-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-gitpython-0:3.1.32-1.el9ap.src", "product": { "name": "python-gitpython-0:3.1.32-1.el9ap.src", "product_id": "python-gitpython-0:3.1.32-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gitpython@3.1.32-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.src", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.src", "product_id": "automation-controller-0:4.4.3-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el8ap.src", "product": { "name": "ansible-core-0:2.15.3-1.el8ap.src", "product_id": "ansible-core-0:2.15.3-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product": { "name": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product_id": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-gitpython@3.1.32-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.src", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.src", "product_id": "automation-controller-0:4.4.3-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el9ap.noarch", "product": { "name": "ansible-core-0:2.15.3-1.el9ap.noarch", "product_id": "ansible-core-0:2.15.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-test-0:2.15.3-1.el9ap.noarch", "product": { "name": "ansible-test-0:2.15.3-1.el9ap.noarch", "product_id": "ansible-test-0:2.15.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product": { "name": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product_id": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gitpython@3.1.32-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el8ap.noarch", "product": { "name": "ansible-core-0:2.15.3-1.el8ap.noarch", "product_id": "ansible-core-0:2.15.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-test-0:2.15.3-1.el8ap.noarch", "product": { "name": "ansible-test-0:2.15.3-1.el8ap.noarch", "product_id": "ansible-test-0:2.15.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product": { "name": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product_id": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-gitpython@3.1.32-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.4.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.4.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.4.3-1.el8ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product_id": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product_id": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.s390x", "product_id": "automation-controller-0:4.4.3-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.s390x", "product_id": "automation-controller-0:4.4.3-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product_id": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product_id": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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.4.3-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.4.3-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.4.3-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.4.3-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.4.3-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el8ap.noarch" }, "product_reference": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el8ap.src" }, "product_reference": "python3x-gitpython-0:3.1.32-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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.4.3-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.4.3-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.4.3-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.4.3-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.4.3-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el9ap.src" }, "product_reference": "python-gitpython-0:3.1.32-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el9ap.noarch" }, "product_reference": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-05T11:53:51+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4971" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-40267", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-08-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2231474" } ], "notes": [ { "category": "description", "text": "An improper input validation vulnerability was found in GitPython. This flaw allows an attacker to inject a maliciously crafted remote URL into the clone command, possibly leading to remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "GitPython: Insecure non-multi options in clone and clone_from is not blocked", "title": "Vulnerability summary" }, { "category": "other", "text": "In Red Hat Openstack, Red Hat Ansible Automation Platform, and Red Hat Certification Program, while the gitpython dependency is present, the affected codebase is not being used. \n\nRed Hat Satellite does not use the affected functions during runtime, therefore the possible impact is limited to Moderate.", "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:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40267" }, { "category": "external", "summary": "RHBZ#2231474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231474" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40267", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40267" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40267", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40267" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-pr76-5cm5-w9cj", "url": "https://github.com/advisories/GHSA-pr76-5cm5-w9cj" } ], "release_date": "2023-08-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-05T11:53:51+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4971" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "GitPython: Insecure non-multi options in clone and clone_from is not blocked" } ] }
rhsa-2023_4971
Vulnerability from csaf_redhat
Published
2023-09-05 11:53
Modified
2025-01-06 21:30
Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red 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.
Details
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.
Security Fix(es):
* automation-controller: cryptography: memory corruption via immutable objects (CVE-2023-23931)
* automation-controller: GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)
* python3-gitpython/python39-gitpython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)
For 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.
Additional changes:
* ansible-core has been updated to 2.15.3 (AAP-15269)
* automation-controller has been updated to 4.4.3 (AAP-15549)
* python3-gitpython/python39-gitpython has been updated to 3.1.21 (AAP-15485)
* automation controller: Fix bug that can cause a deadlock on shutdown when redis is unavailable. (AAP-14203)
* automation controller: The login form no longer supports autocomplete on the password field due to security concerns. (AAP-15545)
Terms of Use
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.
{ "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* automation-controller: cryptography: memory corruption via immutable objects (CVE-2023-23931)\n* automation-controller: GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)\n* python3-gitpython/python39-gitpython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)\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\nAdditional changes:\n* ansible-core has been updated to 2.15.3 (AAP-15269)\n* automation-controller has been updated to 4.4.3 (AAP-15549)\n* python3-gitpython/python39-gitpython has been updated to 3.1.21 (AAP-15485)\n* automation controller: Fix bug that can cause a deadlock on shutdown when redis is unavailable. (AAP-14203)\n* automation controller: The login form no longer supports autocomplete on the password field due to security concerns. (AAP-15545)", "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-2023:4971", "url": "https://access.redhat.com/errata/RHSA-2023:4971" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2231474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231474" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4971.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2025-01-06T21:30:00+00:00", "generator": { "date": "2025-01-06T21:30:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.5" } }, "id": "RHSA-2023:4971", "initial_release_date": "2023-09-05T11:53:51+00:00", "revision_history": [ { "date": "2023-09-05T11:53:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-09-05T11:53:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-01-06T21:30:00+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-0:2.15.3-1.el9ap.src", "product": { "name": "ansible-core-0:2.15.3-1.el9ap.src", "product_id": "ansible-core-0:2.15.3-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-gitpython-0:3.1.32-1.el9ap.src", "product": { "name": "python-gitpython-0:3.1.32-1.el9ap.src", "product_id": "python-gitpython-0:3.1.32-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gitpython@3.1.32-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.src", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.src", "product_id": "automation-controller-0:4.4.3-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el8ap.src", "product": { "name": "ansible-core-0:2.15.3-1.el8ap.src", "product_id": "ansible-core-0:2.15.3-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product": { "name": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product_id": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-gitpython@3.1.32-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.src", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.src", "product_id": "automation-controller-0:4.4.3-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el9ap.noarch", "product": { "name": "ansible-core-0:2.15.3-1.el9ap.noarch", "product_id": "ansible-core-0:2.15.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-test-0:2.15.3-1.el9ap.noarch", "product": { "name": "ansible-test-0:2.15.3-1.el9ap.noarch", "product_id": "ansible-test-0:2.15.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product": { "name": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product_id": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gitpython@3.1.32-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el8ap.noarch", "product": { "name": "ansible-core-0:2.15.3-1.el8ap.noarch", "product_id": "ansible-core-0:2.15.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-test-0:2.15.3-1.el8ap.noarch", "product": { "name": "ansible-test-0:2.15.3-1.el8ap.noarch", "product_id": "ansible-test-0:2.15.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product": { "name": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product_id": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-gitpython@3.1.32-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.4.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.4.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.4.3-1.el8ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product_id": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product_id": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.s390x", "product_id": "automation-controller-0:4.4.3-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.s390x", "product_id": "automation-controller-0:4.4.3-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product_id": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product_id": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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.4.3-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.4.3-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.4.3-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.4.3-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.4.3-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el8ap.noarch" }, "product_reference": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el8ap.src" }, "product_reference": "python3x-gitpython-0:3.1.32-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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.4.3-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.4.3-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.4.3-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.4.3-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.4.3-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el9ap.src" }, "product_reference": "python-gitpython-0:3.1.32-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el9ap.noarch" }, "product_reference": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-05T11:53:51+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4971" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-40267", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-08-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2231474" } ], "notes": [ { "category": "description", "text": "An improper input validation vulnerability was found in GitPython. This flaw allows an attacker to inject a maliciously crafted remote URL into the clone command, possibly leading to remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "GitPython: Insecure non-multi options in clone and clone_from is not blocked", "title": "Vulnerability summary" }, { "category": "other", "text": "In Red Hat Openstack, Red Hat Ansible Automation Platform, and Red Hat Certification Program, while the gitpython dependency is present, the affected codebase is not being used. \n\nRed Hat Satellite does not use the affected functions during runtime, therefore the possible impact is limited to Moderate.", "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:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40267" }, { "category": "external", "summary": "RHBZ#2231474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231474" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40267", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40267" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40267", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40267" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-pr76-5cm5-w9cj", "url": "https://github.com/advisories/GHSA-pr76-5cm5-w9cj" } ], "release_date": "2023-08-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-05T11:53:51+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4971" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "GitPython: Insecure non-multi options in clone and clone_from is not blocked" } ] }
RHSA-2023:4693
Vulnerability from csaf_redhat
Published
2023-08-21 21:53
Modified
2025-03-24 12:02
Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red 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.
Details
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.
Security Fix(es):
* automation-eda-controller: token exposed at importing project (CVE-2023-4380)
* python3-cryptography/python39-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python3-django/python39-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)
* python3-requests/python39-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)
For 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.
Additional changes for Event-Driven Ansible:
* automation-eda-controller has been updated to 1.0.1
* Contributor and editor roles now have permissions to access users and set the AWX token. (AAP-11573)
* The onboarding wizard now requests controller token creation. (AAP-11907)
* Corrected the filtering capability of the Rule Audit screens so that a search yields results with the “starts with” function. (AAP-11987)
* Enabling or disabling rulebook activation no longer increases the restarts counter by 1. (AAP-12042)
* Filtering by a text string now displays all applicable items in the UI, including those that are not visible in the list at that time. (AAP-12446)
* Audit records are no longer missing when running activations with multiple jobs. (AAP-12522)
* The event payload is no longer missing key attributes when a job template fails. (AAP-12529)
* Fixed the Git token leak that occurs when importing a project fails. (AAP-12767)
* The restart policy in Kubernetes (k8s) now restarts successful activation that is incorrectly marked as failed. (AAP-12862)
* Activation statuses are now reported correctly, whether you are disabling or enabling them. (AAP-12896)
* When run_job_template action fails now, ansible-rulebook prints an error log in the activation output and creates an entry in rule audit so that the user is alerted that the rule has failed. (AAP-12909)
* When a user tries to bulk delete rulebook activations from the list, the request now completes successfully and consistently. (AAP-13093)
* The Rulebook Activation link now functions correctly in the Rule Audit Detail UI. (AAP-13182)
* Fixed a bug where ansible-rulebook prevented the execution, if the connection with the controller was not successful when controller was not required by the rulebook. (AAP-13209)
* Fixed a bug where some audit rule records had the wrong rulebook link. (AAP-13844)
* Fixed a bug where only the first 10 audit rules had the right link. (AAP-13845)
* Previously project credentials could not be updated if there was a change to the credential used in the project. Now credentials can be updated in a project with a new or different credential. (AAP-13983)
* The User Access section of the navigation panel no longer disappears after creating a decision environment. (AAP-14273)
* Fixed a bug where filtering for audit rules didn't work properly on OpenShift Container Platform. (AAP-14512)
Terms of Use
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.
{ "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* automation-eda-controller: token exposed at importing project (CVE-2023-4380)\n* python3-cryptography/python39-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n* python3-django/python39-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator (CVE-2023-36053)\n* python3-requests/python39-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)\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\nAdditional changes for Event-Driven Ansible:\n* automation-eda-controller has been updated to 1.0.1\n* Contributor and editor roles now have permissions to access users and set the AWX token. (AAP-11573)\n* The onboarding wizard now requests controller token creation. (AAP-11907)\n* Corrected the filtering capability of the Rule Audit screens so that a search yields results with the \u201cstarts with\u201d function. (AAP-11987)\n* Enabling or disabling rulebook activation no longer increases the restarts counter by 1. (AAP-12042)\n* Filtering by a text string now displays all applicable items in the UI, including those that are not visible in the list at that time. (AAP-12446)\n* Audit records are no longer missing when running activations with multiple jobs. (AAP-12522)\n* The event payload is no longer missing key attributes when a job template fails. (AAP-12529)\n* Fixed the Git token leak that occurs when importing a project fails. (AAP-12767)\n* The restart policy in Kubernetes (k8s) now restarts successful activation that is incorrectly marked as failed. (AAP-12862)\n* Activation statuses are now reported correctly, whether you are disabling or enabling them. (AAP-12896)\n* When run_job_template action fails now, ansible-rulebook prints an error log in the activation output and creates an entry in rule audit so that the user is alerted that the rule has failed. (AAP-12909)\n* When a user tries to bulk delete rulebook activations from the list, the request now completes successfully and consistently. (AAP-13093)\n* The Rulebook Activation link now functions correctly in the Rule Audit Detail UI. (AAP-13182)\n* Fixed a bug where ansible-rulebook prevented the execution, if the connection with the controller was not successful when controller was not required by the rulebook. (AAP-13209)\n* Fixed a bug where some audit rule records had the wrong rulebook link. (AAP-13844)\n* Fixed a bug where only the first 10 audit rules had the right link. (AAP-13845)\n* Previously project credentials could not be updated if there was a change to the credential used in the project. Now credentials can be updated in a project with a new or different credential. (AAP-13983)\n* The User Access section of the navigation panel no longer disappears after creating a decision environment. (AAP-14273)\n* Fixed a bug where filtering for audit rules didn\u0027t work properly on OpenShift Container Platform. (AAP-14512)", "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-2023:4693", "url": "https://access.redhat.com/errata/RHSA-2023:4693" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "2218004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004" }, { "category": "external", "summary": "2232324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232324" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4693.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2025-03-24T12:02:36+00:00", "generator": { "date": "2025-03-24T12:02:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2023:4693", "initial_release_date": "2023-08-21T21:53:41+00:00", "revision_history": [ { "date": "2023-08-21T21:53:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-29T18:14:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-24T12:02:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "python39-requests-0:2.31.0-1.el8ap.noarch", "product": { "name": "python39-requests-0:2.31.0-1.el8ap.noarch", "product_id": "python39-requests-0:2.31.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.31.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-django-0:3.2.20-1.el8ap.noarch", "product": { "name": "python39-django-0:3.2.20-1.el8ap.noarch", "product_id": "python39-django-0:3.2.20-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-django@3.2.20-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product": { "name": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product_id": "python39-rsa-0:4.7.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rsa@4.7.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-0:2.31.0-1.el9ap.noarch", "product": { "name": "python3-requests-0:2.31.0-1.el9ap.noarch", "product_id": "python3-requests-0:2.31.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests@2.31.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-django-0:3.2.20-1.el9ap.noarch", "product": { "name": "python3-django-0:3.2.20-1.el9ap.noarch", "product_id": "python3-django-0:3.2.20-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-django@3.2.20-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product": { "name": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product_id": "python3-rsa-0:4.7.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-rsa@4.7.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.1-1.el9ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3x-requests-0:2.31.0-1.el8ap.src", "product": { "name": "python3x-requests-0:2.31.0-1.el8ap.src", "product_id": "python3x-requests-0:2.31.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-requests@2.31.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-django-0:3.2.20-1.el8ap.src", "product": { "name": "python3x-django-0:3.2.20-1.el8ap.src", "product_id": "python3x-django-0:3.2.20-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-django@3.2.20-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-rsa-0:4.7.2-1.el8ap.src", "product": { "name": "python3x-rsa-0:4.7.2-1.el8ap.src", "product_id": "python3x-rsa-0:4.7.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-rsa@4.7.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product": { "name": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product_id": "python3x-cryptography-0:38.0.4-2.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography@38.0.4-2.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product": { "name": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product_id": "automation-eda-controller-0:1.0.1-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.31.0-1.el9ap.src", "product": { "name": "python-requests-0:2.31.0-1.el9ap.src", "product_id": "python-requests-0:2.31.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.31.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-django-0:3.2.20-1.el9ap.src", "product": { "name": "python-django-0:3.2.20-1.el9ap.src", "product_id": "python-django-0:3.2.20-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-django@3.2.20-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-rsa-0:4.7.2-1.el9ap.src", "product": { "name": "python-rsa-0:4.7.2-1.el9ap.src", "product_id": "python-rsa-0:4.7.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-rsa@4.7.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:38.0.4-2.el9ap.src", "product": { "name": "python-cryptography-0:38.0.4-2.el9ap.src", "product_id": "python-cryptography-0:38.0.4-2.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@38.0.4-2.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product": { "name": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product_id": "automation-eda-controller-0:1.0.1-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.1-1.el9ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product_id": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product_id": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product_id": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@38.0.4-2.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product_id": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@38.0.4-2.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product_id": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@38.0.4-2.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product_id": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@38.0.4-2.el9ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.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:automation-eda-controller-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-0:1.0.1-1.el8ap.src" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.1-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.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:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-django-0:3.2.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch" }, "product_reference": "python39-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el8ap.noarch" }, "product_reference": "python39-requests-0:2.31.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rsa-0:4.7.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-rsa-0:4.7.2-1.el8ap.noarch" }, "product_reference": "python39-rsa-0:4.7.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el8ap.src" }, "product_reference": "python3x-cryptography-0:38.0.4-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-django-0:3.2.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src" }, "product_reference": "python3x-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el8ap.src" }, "product_reference": "python3x-requests-0:2.31.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-rsa-0:4.7.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-rsa-0:4.7.2-1.el8ap.src" }, "product_reference": "python3x-rsa-0:4.7.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-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-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.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-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.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:automation-eda-controller-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-0:1.0.1-1.el9ap.src" }, "product_reference": "automation-eda-controller-0:1.0.1-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.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:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.1-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.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:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:38.0.4-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-cryptography-0:38.0.4-2.el9ap.src" }, "product_reference": "python-cryptography-0:38.0.4-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-django-0:3.2.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src" }, "product_reference": "python-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el9ap.src" }, "product_reference": "python-requests-0:2.31.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-rsa-0:4.7.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-rsa-0:4.7.2-1.el9ap.src" }, "product_reference": "python-rsa-0:4.7.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:38.0.4-2.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:38.0.4-2.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:38.0.4-2.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:38.0.4-2.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:38.0.4-2.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-django-0:3.2.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" }, "product_reference": "python3-django-0:3.2.20-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.31.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-requests-0:2.31.0-1.el9ap.noarch" }, "product_reference": "python3-requests-0:2.31.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-rsa-0:4.7.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-rsa-0:4.7.2-1.el9ap.noarch" }, "product_reference": "python3-rsa-0:4.7.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-4380", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2023-08-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2232324" } ], "notes": [ { "category": "description", "text": "A logic flaw exists in Ansible Automation platform. Whenever a private project is created with incorrect credentials, they are logged in plaintext. This flaw allows an attacker to retrieve the credentials from the log, resulting in the loss of confidentiality, integrity, and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "platform: token exposed at importing project", "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-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-4380" }, { "category": "external", "summary": "RHBZ#2232324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232324" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4380", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4380" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4380", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4380" } ], "release_date": "2023-08-16T10:05:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "platform: token exposed at importing project" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-32681", "cwe": { "id": "CWE-402", "name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)" }, "discovery_date": "2023-05-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2209469" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python-requests package, where it is vulnerable to potentially leaking Proxy-Authorization headers to destination servers, specifically during redirects to an HTTPS origin. This is a product of how rebuild_proxies is used to recompute and reattach the Proxy-Authorization header to requests when redirected. This behavior only affects proxied requests when credentials are supplied in the URL user information component (for example, https://username:password@proxy:8080).", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Unintended leak of Proxy-Authorization header", "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-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32681" }, { "category": "external", "summary": "RHBZ#2209469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209469" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32681", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32681" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32681" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q", "url": "https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q" } ], "release_date": "2023-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" }, { "category": "workaround", "details": "For users who are not able to update Requests immediately, there is one potential workaround.\n\nYou may disable redirects by setting allow_redirects to False on all calls through Requests top-level APIs. Note that if you are currently relying on redirect behaviors, you will need to capture the 3xx response codes and ensure a new request is made to the redirect destination.\n\nimport requests\nr = requests.get(\u0027http://github.com/\u0027, allow_redirects=False)", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-requests: Unintended leak of Proxy-Authorization header" }, { "cve": "CVE-2023-36053", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-06-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2218004" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service vulnerability has been found in Django. Email and URL validators are vulnerable to this flaw when processing a very large number of domain name labels of emails and URLs.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator", "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-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-36053" }, { "category": "external", "summary": "RHBZ#2218004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218004" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-36053", "url": "https://www.cve.org/CVERecord?id=CVE-2023-36053" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36053" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/", "url": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/" } ], "release_date": "2023-07-03T08:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-21T21:53:41+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4693" } ], "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:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-django-0:3.2.20-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.31.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-rsa-0:4.7.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:38.0.4-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:38.0.4-2.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-django-0:3.2.20-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.31.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-rsa-0:4.7.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:38.0.4-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-django-0:3.2.20-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.31.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-rsa-0:4.7.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:38.0.4-2.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-django-0:3.2.20-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.31.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-rsa-0:4.7.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator" } ] }
RHSA-2024:2985
Vulnerability from csaf_redhat
Published
2024-05-22 09:51
Modified
2025-05-26 07:37
Summary
Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update
Notes
Topic
An update for the python39:3.9 and python39-devel:3.9 modules is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
Security Fix(es):
* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
* python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple (CVE-2023-27043)
* python-urllib3: Cookie request header isn't stripped during cross-origin redirects (CVE-2023-43804)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from the References section.
Terms of Use
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.
{ "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 the python39:3.9 and python39-devel:3.9 modules 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py (CVE-2022-40897)\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\n\n* python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple (CVE-2023-27043)\n\n* python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects (CVE-2023-43804)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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:2985", "url": "https://access.redhat.com/errata/RHSA-2024:2985" }, { "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_enterprise_linux/8/html/8.10_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index" }, { "category": "external", "summary": "2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2196183", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196183" }, { "category": "external", "summary": "2242493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242493" }, { "category": "external", "summary": "RHEL-21905", "url": "https://issues.redhat.com/browse/RHEL-21905" }, { "category": "external", "summary": "RHEL-25457", "url": "https://issues.redhat.com/browse/RHEL-25457" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2985.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2025-05-26T07:37:45+00:00", "generator": { "date": "2025-05-26T07:37:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.0" } }, "id": "RHSA-2024:2985", "initial_release_date": "2024-05-22T09:51:55+00:00", "revision_history": [ { "date": "2024-05-22T09:51:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-22T09:51:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-26T07:37:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8100020240214182535:7044f6c1", "product": { "name": "python39:3.9:8100020240214182535:7044f6c1", "product_id": "python39:3.9:8100020240214182535:7044f6c1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240214182535:7044f6c1" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product": { "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product_id": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_id": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-devel:3.9:8100020240214182535:7044f6c1", "product": { "name": "python39-devel:3.9:8100020240214182535:7044f6c1", "product_id": "python39-devel:3.9:8100020240214182535:7044f6c1", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240214182535:7044f6c1" } } }, { "category": "product_version", "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } }, { "category": "product_version", "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_id": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_id": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_id": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_id": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_id": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_id": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_id": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_id": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_id": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-5.module%2Bel8.10.0%2B20345%2B671a55aa?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_id": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_id": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_id": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_id": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_id": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_id": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_id": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_id": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } }, { "category": "product_version", "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_id": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_id": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.18-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, "product_reference": "python39:3.9:8100020240214182535:7044f6c1", "relates_to_product_reference": "AppStream-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src" }, "product_reference": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src" }, "product_reference": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src" }, "product_reference": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src" }, "product_reference": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src" }, "product_reference": "python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, "product_reference": "python39-devel:3.9:8100020240214182535:7044f6c1", "relates_to_product_reference": "CRB-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64" }, "product_reference": "python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64" }, "product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch" }, "product_reference": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src as a component of python39-devel:3.9:8100020240214182535:7044f6c1 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" }, "product_reference": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src", "relates_to_product_reference": "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40897", "cwe": { "id": "CWE-185", "name": "Incorrect Regular Expression" }, "discovery_date": "2023-01-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2158559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python Setuptools due to a regular expression Denial of Service (ReDoS) present in package_index.py. This issue could allow a remote attacker to cause a denial of service via HTML in a crafted package or custom PackageIndex page.", "title": "Vulnerability description" }, { "category": "summary", "text": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40897" }, { "category": "external", "summary": "RHBZ#2158559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40897", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40897" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40897" }, { "category": "external", "summary": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/", "url": "https://pyup.io/vulnerabilities/CVE-2022-40897/52495/" } ], "release_date": "2022-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "pypa-setuptools: Regular Expression Denial of Service (ReDoS) in package_index.py" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-27043", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-05-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2196183" } ], "notes": [ { "category": "description", "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-27043" }, { "category": "external", "summary": "RHBZ#2196183", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196183" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-27043", "url": "https://www.cve.org/CVERecord?id=CVE-2023-27043" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27043", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27043" }, { "category": "external", "summary": "https://access.redhat.com/articles/7051467", "url": "https://access.redhat.com/articles/7051467" } ], "release_date": "2023-04-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple" }, { "cve": "CVE-2023-43804", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2023-10-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242493" } ], "notes": [ { "category": "description", "text": "A flaw was found in urllib3, a user-friendly HTTP client library for Python. urllib3 doesn\u0027t treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, which is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unknowingly leak information via HTTP redirects to a different origin if that user doesn\u0027t disable redirects explicitly.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects", "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-43804" }, { "category": "external", "summary": "RHBZ#2242493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242493" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-43804", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43804" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804" } ], "release_date": "2023-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:51:55+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2985" }, { "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": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debuginfo-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-debugsource-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-devel-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idle-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-idna-0:2.10-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-libs-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-mod_wsgi-0:4.7.1-7.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-rpm-macros-0:3.9.18-3.module+el8.10.0+21142+453d2b75.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-setuptools-wheel-0:50.3.2-5.module+el8.10.0+20345+671a55aa.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-test-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-tkinter-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-setuptools-0:50.3.2-5.module+el8.10.0+20345+671a55aa.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x", "AppStream-8.10.0.GA:python39:3.9:8100020240214182535:7044f6c1:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-debug-0:3.9.18-3.module+el8.10.0+21142+453d2b75.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch", "CRB-8.10.0.GA:python39-devel:3.9:8100020240214182535:7044f6c1:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cookie request header isn\u0027t stripped during cross-origin redirects" } ] }
rhsa-2023:7096
Vulnerability from csaf_redhat
Published
2023-11-14 16:14
Modified
2025-03-24 12:05
Summary
Red Hat Security Advisory: python-cryptography security update
Notes
Topic
An update for python-cryptography is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
The python-cryptography packages contain a Python Cryptographic Authority's (PyCA's) cryptography library, which provides cryptographic primitives and recipes to Python developers.
Security Fix(es):
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.
Terms of Use
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.
{ "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-cryptography 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-cryptography packages contain a Python Cryptographic Authority\u0027s (PyCA\u0027s) cryptography library, which provides cryptographic primitives and recipes to Python developers.\n\nSecurity Fix(es):\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from 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-2023:7096", "url": "https://access.redhat.com/errata/RHSA-2023:7096" }, { "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_enterprise_linux/8/html/8.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2172404", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172404" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7096.json" } ], "title": "Red Hat Security Advisory: python-cryptography security update", "tracking": { "current_release_date": "2025-03-24T12:05:59+00:00", "generator": { "date": "2025-03-24T12:05:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2023:7096", "initial_release_date": "2023-11-14T16:14:38+00:00", "revision_history": [ { "date": "2023-11-14T16:14:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-14T16:14:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-24T12:05:59+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 BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-cryptography-0:3.2.1-6.el8.src", "product": { "name": "python-cryptography-0:3.2.1-6.el8.src", "product_id": "python-cryptography-0:3.2.1-6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.2.1-6.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product_id": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product_id": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product_id": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.s390x", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.s390x", "product_id": "python3-cryptography-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.2.1-6.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src" }, "product_reference": "python-cryptography-0:3.2.1-6.el8.src", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:14:38+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": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7096" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" } ] }
RHSA-2023:6615
Vulnerability from csaf_redhat
Published
2023-11-07 08:47
Modified
2025-03-24 12:05
Summary
Red Hat Security Advisory: python-cryptography security update
Notes
Topic
An update for python-cryptography is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
The python-cryptography packages contain a Python Cryptographic Authority's (PyCA's) cryptography library, which provides cryptographic primitives and recipes to Python developers.
Security Fix(es):
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.
Terms of Use
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.
{ "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-cryptography is now available for Red Hat Enterprise Linux 9.\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-cryptography packages contain a Python Cryptographic Authority\u0027s (PyCA\u0027s) cryptography library, which provides cryptographic primitives and recipes to Python developers.\n\nSecurity Fix(es):\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from 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-2023:6615", "url": "https://access.redhat.com/errata/RHSA-2023:6615" }, { "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_enterprise_linux/9/html/9.3_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2172399", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172399" }, { "category": "external", "summary": "2203840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203840" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6615.json" } ], "title": "Red Hat Security Advisory: python-cryptography security update", "tracking": { "current_release_date": "2025-03-24T12:05:39+00:00", "generator": { "date": "2025-03-24T12:05:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2023:6615", "initial_release_date": "2023-11-07T08:47:31+00:00", "revision_history": [ { "date": "2023-11-07T08:47:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-07T08:47:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-24T12:05:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-cryptography-0:36.0.1-4.el9.src", "product": { "name": "python-cryptography-0:36.0.1-4.el9.src", "product_id": "python-cryptography-0:36.0.1-4.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@36.0.1-4.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product_id": "python3-cryptography-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product_id": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product_id": "python3-cryptography-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:36.0.1-4.el9.s390x", "product": { "name": "python3-cryptography-0:36.0.1-4.el9.s390x", "product_id": "python3-cryptography-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@36.0.1-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product_id": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@36.0.1-4.el9?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product_id": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@36.0.1-4.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:36.0.1-4.el9.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src" }, "product_reference": "python-cryptography-0:36.0.1-4.el9.src", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64" }, "product_reference": "python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64" }, "product_reference": "python3-cryptography-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "relates_to_product_reference": "BaseOS-9.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64", "relates_to_product_reference": "BaseOS-9.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-07T08:47: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": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:6615" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "BaseOS-9.3.0.GA:python-cryptography-0:36.0.1-4.el9.src", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python-cryptography-debugsource-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-0:36.0.1-4.el9.x86_64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.aarch64", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.ppc64le", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.s390x", "BaseOS-9.3.0.GA:python3-cryptography-debuginfo-0:36.0.1-4.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" } ] }
rhsa-2023_7096
Vulnerability from csaf_redhat
Published
2023-11-14 16:14
Modified
2024-11-14 00:15
Summary
Red Hat Security Advisory: python-cryptography security update
Notes
Topic
An update for python-cryptography is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
The python-cryptography packages contain a Python Cryptographic Authority's (PyCA's) cryptography library, which provides cryptographic primitives and recipes to Python developers.
Security Fix(es):
* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)
For 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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.
Terms of Use
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.
{ "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-cryptography 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-cryptography packages contain a Python Cryptographic Authority\u0027s (PyCA\u0027s) cryptography library, which provides cryptographic primitives and recipes to Python developers.\n\nSecurity Fix(es):\n\n* python-cryptography: memory corruption via immutable objects (CVE-2023-23931)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from 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-2023:7096", "url": "https://access.redhat.com/errata/RHSA-2023:7096" }, { "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_enterprise_linux/8/html/8.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2172404", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172404" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7096.json" } ], "title": "Red Hat Security Advisory: python-cryptography security update", "tracking": { "current_release_date": "2024-11-14T00:15:27+00:00", "generator": { "date": "2024-11-14T00:15:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2023:7096", "initial_release_date": "2023-11-14T16:14:38+00:00", "revision_history": [ { "date": "2023-11-14T16:14:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-11-14T16:14:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-14T00:15:27+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 BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-cryptography-0:3.2.1-6.el8.src", "product": { "name": "python-cryptography-0:3.2.1-6.el8.src", "product_id": "python-cryptography-0:3.2.1-6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.2.1-6.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product_id": "python3-cryptography-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product_id": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product_id": "python3-cryptography-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-cryptography-0:3.2.1-6.el8.s390x", "product": { "name": "python3-cryptography-0:3.2.1-6.el8.s390x", "product_id": "python3-cryptography-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@3.2.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product_id": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.2.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product_id": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@3.2.1-6.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.2.1-6.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src" }, "product_reference": "python-cryptography-0:3.2.1-6.el8.src", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64" }, "product_reference": "python3-cryptography-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "relates_to_product_reference": "BaseOS-8.9.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64", "relates_to_product_reference": "BaseOS-8.9.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-11-14T16:14:38+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": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:7096" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "BaseOS-8.9.0.GA:python-cryptography-0:3.2.1-6.el8.src", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python-cryptography-debugsource-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-0:3.2.1-6.el8.x86_64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.aarch64", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.ppc64le", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.s390x", "BaseOS-8.9.0.GA:python3-cryptography-debuginfo-0:3.2.1-6.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" } ] }
rhsa-2023:4971
Vulnerability from csaf_redhat
Published
2023-09-05 11:53
Modified
2025-05-08 12:06
Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red 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.
Details
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.
Security Fix(es):
* automation-controller: cryptography: memory corruption via immutable objects (CVE-2023-23931)
* automation-controller: GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)
* python3-gitpython/python39-gitpython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)
For 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.
Additional changes:
* ansible-core has been updated to 2.15.3 (AAP-15269)
* automation-controller has been updated to 4.4.3 (AAP-15549)
* python3-gitpython/python39-gitpython has been updated to 3.1.21 (AAP-15485)
* automation controller: Fix bug that can cause a deadlock on shutdown when redis is unavailable. (AAP-14203)
* automation controller: The login form no longer supports autocomplete on the password field due to security concerns. (AAP-15545)
Terms of Use
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.
{ "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* automation-controller: cryptography: memory corruption via immutable objects (CVE-2023-23931)\n* automation-controller: GitPython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)\n* python3-gitpython/python39-gitpython: Insecure non-multi options in clone and clone_from is not blocked (CVE-2023-40267)\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\nAdditional changes:\n* ansible-core has been updated to 2.15.3 (AAP-15269)\n* automation-controller has been updated to 4.4.3 (AAP-15549)\n* python3-gitpython/python39-gitpython has been updated to 3.1.21 (AAP-15485)\n* automation controller: Fix bug that can cause a deadlock on shutdown when redis is unavailable. (AAP-14203)\n* automation controller: The login form no longer supports autocomplete on the password field due to security concerns. (AAP-15545)", "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-2023:4971", "url": "https://access.redhat.com/errata/RHSA-2023:4971" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "2231474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231474" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4971.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2025-05-08T12:06:29+00:00", "generator": { "date": "2025-05-08T12:06:29+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.0" } }, "id": "RHSA-2023:4971", "initial_release_date": "2023-09-05T11:53:51+00:00", "revision_history": [ { "date": "2023-09-05T11:53:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-09-05T11:53:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-08T12:06:29+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-0:2.15.3-1.el9ap.src", "product": { "name": "ansible-core-0:2.15.3-1.el9ap.src", "product_id": "ansible-core-0:2.15.3-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-gitpython-0:3.1.32-1.el9ap.src", "product": { "name": "python-gitpython-0:3.1.32-1.el9ap.src", "product_id": "python-gitpython-0:3.1.32-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gitpython@3.1.32-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.src", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.src", "product_id": "automation-controller-0:4.4.3-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el8ap.src", "product": { "name": "ansible-core-0:2.15.3-1.el8ap.src", "product_id": "ansible-core-0:2.15.3-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product": { "name": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product_id": "python3x-gitpython-0:3.1.32-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-gitpython@3.1.32-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.src", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.src", "product_id": "automation-controller-0:4.4.3-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el9ap.noarch", "product": { "name": "ansible-core-0:2.15.3-1.el9ap.noarch", "product_id": "ansible-core-0:2.15.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-test-0:2.15.3-1.el9ap.noarch", "product": { "name": "ansible-test-0:2.15.3-1.el9ap.noarch", "product_id": "ansible-test-0:2.15.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product": { "name": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product_id": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gitpython@3.1.32-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.4.3-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.4.3-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-0:2.15.3-1.el8ap.noarch", "product": { "name": "ansible-core-0:2.15.3-1.el8ap.noarch", "product_id": "ansible-core-0:2.15.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-test-0:2.15.3-1.el8ap.noarch", "product": { "name": "ansible-test-0:2.15.3-1.el8ap.noarch", "product_id": "ansible-test-0:2.15.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product": { "name": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product_id": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-gitpython@3.1.32-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.4.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.4.3-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.4.3-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.4.3-1.el8ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product_id": "automation-controller-0:4.4.3-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product_id": "automation-controller-0:4.4.3-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.4.3-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.4.3-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.s390x", "product_id": "automation-controller-0:4.4.3-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.s390x", "product_id": "automation-controller-0:4.4.3-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product_id": "automation-controller-0:4.4.3-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product_id": "automation-controller-0:4.4.3-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.4.3-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.4.3-1.el8ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src" }, "product_reference": "ansible-core-0:2.15.3-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-0:2.15.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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.4.3-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.4.3-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.4.3-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.4.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.4.3-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.4.3-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.4.3-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el8ap.noarch" }, "product_reference": "python39-gitpython-0:3.1.32-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el8ap.src" }, "product_reference": "python3x-gitpython-0:3.1.32-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-core-0:2.15.3-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-0:2.15.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src" }, "product_reference": "ansible-core-0:2.15.3-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-0:2.15.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch" }, "product_reference": "ansible-test-0:2.15.3-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.4.3-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.4.3-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-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.4.3-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.4.3-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.4.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.4.3-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.4.3-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.4.3-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-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.4.3-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.4.3-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el9ap.src" }, "product_reference": "python-gitpython-0:3.1.32-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gitpython-0:3.1.32-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-gitpython-0:3.1.32-1.el9ap.noarch" }, "product_reference": "python3-gitpython-0:3.1.32-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "discovery_date": "2023-02-08T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171817" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in python-cryptography. In affected versions, `Cipher.update_into` would accept Python objects which implement the buffer protocol but provide only immutable buffers. This issue allows immutable objects (such as `bytes`) to be mutated, thus violating the fundamental rules of Python, resulting in corrupted output.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: memory corruption via immutable objects", "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-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23931" }, { "category": "external", "summary": "RHBZ#2171817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171817" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23931", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23931" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23931" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-w7pp-m8wf-vj6r" } ], "release_date": "2023-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-05T11:53:51+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4971" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: memory corruption via immutable objects" }, { "cve": "CVE-2023-40267", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-08-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2231474" } ], "notes": [ { "category": "description", "text": "An improper input validation vulnerability was found in GitPython. This flaw allows an attacker to inject a maliciously crafted remote URL into the clone command, possibly leading to remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "GitPython: Insecure non-multi options in clone and clone_from is not blocked", "title": "Vulnerability summary" }, { "category": "other", "text": "In Red Hat Openstack, Red Hat Ansible Automation Platform, and Red Hat Certification Program, while the gitpython dependency is present, the affected codebase is not being used. \n\nRed Hat Satellite does not use the affected functions during runtime, therefore the possible impact is limited to Moderate.", "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:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-40267" }, { "category": "external", "summary": "RHBZ#2231474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231474" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-40267", "url": "https://www.cve.org/CVERecord?id=CVE-2023-40267" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40267", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40267" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-pr76-5cm5-w9cj", "url": "https://github.com/advisories/GHSA-pr76-5cm5-w9cj" } ], "release_date": "2023-08-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-09-05T11:53:51+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4971" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gitpython-0:3.1.32-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gitpython-0:3.1.32-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-0:2.15.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-0:2.15.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.4.3-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.4.3-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gitpython-0:3.1.32-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gitpython-0:3.1.32-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "GitPython: Insecure non-multi options in clone and clone_from is not blocked" } ] }
WID-SEC-W-2023-2031
Vulnerability from csaf_certbund
Published
2023-08-09 22:00
Modified
2024-08-08 22:00
Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ "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": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX\n- Windows", "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-2023-2031 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2031.json" }, { "category": "self", "summary": "WID-SEC-2023-2031 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2031" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2023-08-09", "url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-011_FFPSv7-S11_MediaInstall_Aug2023.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2023-08-09", "url": "https://security.business.xerox.com/wp-content/uploads/2023/08/cert_XRX23-012_FFPSv2_Win10_SecurityBulletin_Aug2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-013 vom 2023-08-24", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/08/Xerox-Security-Bulletin-XRX23-013-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2023-2331 vom 2023-11-02", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2331.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202408-17 vom 2024-08-09", "url": "https://security.gentoo.org/glsa/202408-17" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-08-08T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:56:55.155+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-2031", "initial_release_date": "2023-08-09T22:00:00.000+00:00", "revision_history": [ { "date": "2023-08-09T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-08-24T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-02T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-08-08T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Gentoo aufgenommen" } ], "status": "final", "version": "4" } }, "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": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "v2", "product": { "name": "Xerox FreeFlow Print Server v2", "product_id": "T014888", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2" } } }, { "category": "product_version", "name": "v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } }, { "category": "product_version", "name": "v7 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v7 for Solaris", "product_id": "T029230", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7_for_solaris" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2004-0687", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2004-0687" }, { "cve": "CVE-2020-23903", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2020-23903" }, { "cve": "CVE-2020-23904", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2020-23904" }, { "cve": "CVE-2021-33621", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2021-33621" }, { "cve": "CVE-2021-33657", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2021-33657" }, { "cve": "CVE-2021-3575", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2021-3575" }, { "cve": "CVE-2021-3618", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2021-3618" }, { "cve": "CVE-2021-43618", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2021-43618" }, { "cve": "CVE-2022-2097", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-2097" }, { "cve": "CVE-2022-21123", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21123" }, { "cve": "CVE-2022-21125", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21125" }, { "cve": "CVE-2022-21127", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21127" }, { "cve": "CVE-2022-21166", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21166" }, { "cve": "CVE-2022-21589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21589" }, { "cve": "CVE-2022-21592", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21592" }, { "cve": "CVE-2022-21608", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21608" }, { "cve": "CVE-2022-21617", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-21617" }, { "cve": "CVE-2022-28805", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-28805" }, { "cve": "CVE-2022-30115", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-30115" }, { "cve": "CVE-2022-31783", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-31783" }, { "cve": "CVE-2022-33099", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-33099" }, { "cve": "CVE-2022-3729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-3729" }, { "cve": "CVE-2022-37290", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-37290" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-39348", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-39348" }, { "cve": "CVE-2022-40897", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-40897" }, { "cve": "CVE-2022-41716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-41716" }, { "cve": "CVE-2022-41717", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41720", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-41720" }, { "cve": "CVE-2022-41722", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-41722" }, { "cve": "CVE-2022-41723", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41724", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-41724" }, { "cve": "CVE-2022-41725", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-41725" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-42916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-43551", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-43551" }, { "cve": "CVE-2022-43552", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-43552" }, { "cve": "CVE-2022-44617", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-44617" }, { "cve": "CVE-2022-44792", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-44792" }, { "cve": "CVE-2022-44793", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-44793" }, { "cve": "CVE-2022-46285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-46285" }, { "cve": "CVE-2022-46663", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-46663" }, { "cve": "CVE-2022-46908", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-46908" }, { "cve": "CVE-2022-4743", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-4743" }, { "cve": "CVE-2022-48303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-48303" }, { "cve": "CVE-2022-4883", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-4883" }, { "cve": "CVE-2022-4904", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2022-4904" }, { "cve": "CVE-2023-0002", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-0002" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-0215" }, { "cve": "CVE-2023-0494", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-0494" }, { "cve": "CVE-2023-0547", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-0547" }, { "cve": "CVE-2023-1161", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-1161" }, { "cve": "CVE-2023-1945", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-1945" }, { "cve": "CVE-2023-1992", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-1992" }, { "cve": "CVE-2023-1993", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-1993" }, { "cve": "CVE-2023-1994", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-1994" }, { "cve": "CVE-2023-1999", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-1999" }, { "cve": "CVE-2023-21526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21526" }, { "cve": "CVE-2023-21756", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21756" }, { "cve": "CVE-2023-21911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21911" }, { "cve": "CVE-2023-21912", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21912" }, { "cve": "CVE-2023-21919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21919" }, { "cve": "CVE-2023-21920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21920" }, { "cve": "CVE-2023-21929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21929" }, { "cve": "CVE-2023-21933", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21933" }, { "cve": "CVE-2023-21935", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21935" }, { "cve": "CVE-2023-21940", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21940" }, { "cve": "CVE-2023-21945", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21945" }, { "cve": "CVE-2023-21946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21946" }, { "cve": "CVE-2023-21947", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21947" }, { "cve": "CVE-2023-21953", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21953" }, { "cve": "CVE-2023-21955", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21955" }, { "cve": "CVE-2023-21962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21962" }, { "cve": "CVE-2023-21966", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21966" }, { "cve": "CVE-2023-21972", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21972" }, { "cve": "CVE-2023-21976", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21976" }, { "cve": "CVE-2023-21977", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21977" }, { "cve": "CVE-2023-21980", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21980" }, { "cve": "CVE-2023-21982", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21982" }, { "cve": "CVE-2023-21995", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-21995" }, { "cve": "CVE-2023-22006", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-22006" }, { "cve": "CVE-2023-22023", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-22023" }, { "cve": "CVE-2023-22036", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-22036" }, { "cve": "CVE-2023-22041", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-22041" }, { "cve": "CVE-2023-22044", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-22044" }, { "cve": "CVE-2023-22045", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-22045" }, { "cve": "CVE-2023-22049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-22049" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-24021", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24021" }, { "cve": "CVE-2023-24532", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24532" }, { "cve": "CVE-2023-24534", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24534" }, { "cve": "CVE-2023-24536", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24536" }, { "cve": "CVE-2023-24537", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24537" }, { "cve": "CVE-2023-24538", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24538" }, { "cve": "CVE-2023-24539", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24539" }, { "cve": "CVE-2023-24540", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24540" }, { "cve": "CVE-2023-24932", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24932" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-25193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-25193" }, { "cve": "CVE-2023-25652", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-25652" }, { "cve": "CVE-2023-25690", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25815", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-25815" }, { "cve": "CVE-2023-26767", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-26767" }, { "cve": "CVE-2023-26768", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-26768" }, { "cve": "CVE-2023-26769", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-26769" }, { "cve": "CVE-2023-2731", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-2731" }, { "cve": "CVE-2023-27320", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-27320" }, { "cve": "CVE-2023-27522", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-27522" }, { "cve": "CVE-2023-28005", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-28005" }, { "cve": "CVE-2023-28484", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-28484" }, { "cve": "CVE-2023-28486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-28486" }, { "cve": "CVE-2023-28487", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-28487" }, { "cve": "CVE-2023-28709", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-28709" }, { "cve": "CVE-2023-28755", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-28755" }, { "cve": "CVE-2023-28756", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-28756" }, { "cve": "CVE-2023-29007", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29007" }, { "cve": "CVE-2023-29400", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29400" }, { "cve": "CVE-2023-29469", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29469" }, { "cve": "CVE-2023-29479", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29479" }, { "cve": "CVE-2023-29531", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29531" }, { "cve": "CVE-2023-29532", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29532" }, { "cve": "CVE-2023-29533", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29533" }, { "cve": "CVE-2023-29535", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29535" }, { "cve": "CVE-2023-29536", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29536" }, { "cve": "CVE-2023-29539", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29539" }, { "cve": "CVE-2023-29541", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29541" }, { "cve": "CVE-2023-29542", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29542" }, { "cve": "CVE-2023-29545", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29545" }, { "cve": "CVE-2023-29548", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29548" }, { "cve": "CVE-2023-29550", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-29550" }, { "cve": "CVE-2023-30086", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-30086" }, { "cve": "CVE-2023-30608", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-30608" }, { "cve": "CVE-2023-30774", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-30774" }, { "cve": "CVE-2023-30775", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-30775" }, { "cve": "CVE-2023-31047", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-31047" }, { "cve": "CVE-2023-31284", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-31284" }, { "cve": "CVE-2023-32034", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32034" }, { "cve": "CVE-2023-32035", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32035" }, { "cve": "CVE-2023-32038", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32038" }, { "cve": "CVE-2023-32039", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32039" }, { "cve": "CVE-2023-32040", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32040" }, { "cve": "CVE-2023-32041", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32041" }, { "cve": "CVE-2023-32042", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32042" }, { "cve": "CVE-2023-32043", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32043" }, { "cve": "CVE-2023-32044", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32044" }, { "cve": "CVE-2023-32045", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32045" }, { "cve": "CVE-2023-32046", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32046" }, { "cve": "CVE-2023-32049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32049" }, { "cve": "CVE-2023-32053", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32053" }, { "cve": "CVE-2023-32054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32054" }, { "cve": "CVE-2023-32055", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32055" }, { "cve": "CVE-2023-32057", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32057" }, { "cve": "CVE-2023-32085", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32085" }, { "cve": "CVE-2023-32205", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32205" }, { "cve": "CVE-2023-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32206" }, { "cve": "CVE-2023-32207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32207" }, { "cve": "CVE-2023-32208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32208" }, { "cve": "CVE-2023-32209", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32209" }, { "cve": "CVE-2023-32210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32210" }, { "cve": "CVE-2023-32211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32211" }, { "cve": "CVE-2023-32212", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32212" }, { "cve": "CVE-2023-32213", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32213" }, { "cve": "CVE-2023-32214", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32214" }, { "cve": "CVE-2023-32215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32215" }, { "cve": "CVE-2023-32216", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32216" }, { "cve": "CVE-2023-32324", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-32324" }, { "cve": "CVE-2023-33134", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33134" }, { "cve": "CVE-2023-33154", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33154" }, { "cve": "CVE-2023-33157", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33157" }, { "cve": "CVE-2023-33160", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33160" }, { "cve": "CVE-2023-33164", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33164" }, { "cve": "CVE-2023-33166", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33166" }, { "cve": "CVE-2023-33167", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33167" }, { "cve": "CVE-2023-33168", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33168" }, { "cve": "CVE-2023-33169", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33169" }, { "cve": "CVE-2023-33172", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33172" }, { "cve": "CVE-2023-33173", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33173" }, { "cve": "CVE-2023-33174", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-33174" }, { "cve": "CVE-2023-34414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-34414" }, { "cve": "CVE-2023-34415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-34415" }, { "cve": "CVE-2023-34416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-34416" }, { "cve": "CVE-2023-34417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-34417" }, { "cve": "CVE-2023-3482", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-3482" }, { "cve": "CVE-2023-34981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-34981" }, { "cve": "CVE-2023-35296", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35296" }, { "cve": "CVE-2023-35297", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35297" }, { "cve": "CVE-2023-35299", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35299" }, { "cve": "CVE-2023-35300", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35300" }, { "cve": "CVE-2023-35302", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35302" }, { "cve": "CVE-2023-35303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35303" }, { "cve": "CVE-2023-35304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35304" }, { "cve": "CVE-2023-35305", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35305" }, { "cve": "CVE-2023-35306", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35306" }, { "cve": "CVE-2023-35308", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35308" }, { "cve": "CVE-2023-35309", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35309" }, { "cve": "CVE-2023-35311", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35311" }, { "cve": "CVE-2023-35312", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35312" }, { "cve": "CVE-2023-35313", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35313" }, { "cve": "CVE-2023-35314", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35314" }, { "cve": "CVE-2023-35315", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35315" }, { "cve": "CVE-2023-35316", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35316" }, { "cve": "CVE-2023-35318", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35318" }, { "cve": "CVE-2023-35319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35319" }, { "cve": "CVE-2023-35320", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35320" }, { "cve": "CVE-2023-35324", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35324" }, { "cve": "CVE-2023-35325", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35325" }, { "cve": "CVE-2023-35328", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35328" }, { "cve": "CVE-2023-35329", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35329" }, { "cve": "CVE-2023-35330", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35330" }, { "cve": "CVE-2023-35332", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35332" }, { "cve": "CVE-2023-35336", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35336" }, { "cve": "CVE-2023-35338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35338" }, { "cve": "CVE-2023-35339", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35339" }, { "cve": "CVE-2023-35340", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35340" }, { "cve": "CVE-2023-35341", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35341" }, { "cve": "CVE-2023-35342", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35342" }, { "cve": "CVE-2023-35352", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35352" }, { "cve": "CVE-2023-35353", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35353" }, { "cve": "CVE-2023-35356", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35356" }, { "cve": "CVE-2023-35357", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35357" }, { "cve": "CVE-2023-35358", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35358" }, { "cve": "CVE-2023-35360", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35360" }, { "cve": "CVE-2023-35361", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35361" }, { "cve": "CVE-2023-35362", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35362" }, { "cve": "CVE-2023-35365", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35365" }, { "cve": "CVE-2023-35366", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35366" }, { "cve": "CVE-2023-35367", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-35367" }, { "cve": "CVE-2023-3600", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-3600" }, { "cve": "CVE-2023-36871", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-36871" }, { "cve": "CVE-2023-36874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-36874" }, { "cve": "CVE-2023-36884", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-36884" }, { "cve": "CVE-2023-37201", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37201" }, { "cve": "CVE-2023-37202", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37202" }, { "cve": "CVE-2023-37203", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37203" }, { "cve": "CVE-2023-37204", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37204" }, { "cve": "CVE-2023-37205", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37205" }, { "cve": "CVE-2023-37206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37206" }, { "cve": "CVE-2023-37207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37207" }, { "cve": "CVE-2023-37208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37208" }, { "cve": "CVE-2023-37209", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37209" }, { "cve": "CVE-2023-37210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37210" }, { "cve": "CVE-2023-37211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37211" }, { "cve": "CVE-2023-37212", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Servern mehrerer Versionen existieren mehrere Schwachstellen im Zusammenhang mit bekannten Windows, Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T029230", "T014888", "398363", "T015632", "T012167" ] }, "release_date": "2023-08-09T22:00:00.000+00:00", "title": "CVE-2023-37212" } ] }
WID-SEC-W-2023-2922
Vulnerability from csaf_certbund
Published
2023-11-14 23:00
Modified
2024-05-21 22:00
Summary
Red Hat Enterprise Linux: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um Sicherheitsmaßnahmen zu umgehen, Dateien zu manipulieren oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder einen Denial-of-Service-Zustand zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-2023-2922 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2922.json" }, { "category": "self", "summary": "WID-SEC-2023-2922 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2922" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0408 vom 2024-01-25", "url": "https://access.redhat.com/errata/RHSA-2024:0408" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1109 vom 2024-03-05", "url": "https://access.redhat.com/errata/RHSA-2024:1109" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0584 vom 2024-01-30", "url": "https://access.redhat.com/errata/RHSA-2024:0584" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-11-14", "url": "https://access.redhat.com/errata/RHSA-2023:6919" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-11-14", "url": "https://access.redhat.com/errata/RHSA-2023:7090" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-11-14", "url": "https://access.redhat.com/errata/RHSA-2023:7096" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7341 vom 2023-11-30", "url": "https://access.redhat.com/errata/RHSA-2023:7341" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1415 vom 2024-03-19", "url": "https://access.redhat.com/errata/RHSA-2024:1415" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2985 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-21T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:01:39.594+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-2922", "initial_release_date": "2023-11-14T23:00:00.000+00:00", "revision_history": [ { "date": "2023-11-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-11-30T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-30T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-05T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-19T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-21T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "7" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "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": "product_version_range", "name": "\u003c8", "product": { "name": "Red Hat Enterprise Linux \u003c8", "product_id": "T031155" } }, { "category": "product_version_range", "name": "\u003c9", "product": { "name": "Red Hat Enterprise Linux \u003c9", "product_id": "T031156" } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-14560", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in der Funktion GetEfiGlobalVariable2() in edk2 aufgrund einer fehlenden \u00dcberpr\u00fcfung der R\u00fcckgabewerte, was zu einer Umgehung des \"secure boot\" f\u00fchrt. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2019-14560" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in der python-cryptography Komponente, die es erlaubt, unver\u00e4nderliche Objekte zu ver\u00e4ndern, was zu einer Speicherbesch\u00e4digung f\u00fchrt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-27371", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in GNU libmicrohttpd aufgrund von unsachgem\u00e4\u00dfem Parsing einer multipart/form-data Boundary, die es erlaubt, ein b\u00f6sartiges HTTP POST Paket zu senden, was zu einem Out-of-Bounds Read und einem Absturz in der find_boundary() Funktion f\u00fchrt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-27371" } ] }
WID-SEC-W-2023-2679
Vulnerability from csaf_certbund
Published
2023-10-17 22:00
Modified
2023-10-17 22:00
Summary
Oracle Communications: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
- Sonstiges
{ "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": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "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-2023-2679 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2679.json" }, { "category": "self", "summary": "WID-SEC-2023-2679 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2679" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - October 2023 - Appendix Oracle Communications vom 2023-10-17", "url": "https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixCGBU" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-10-17T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:00:00.988+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-2679", "initial_release_date": "2023-10-17T22:00:00.000+00:00", "revision_history": [ { "date": "2023-10-17T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Communications 3.3", "product": { "name": "Oracle Communications 3.3", "product_id": "T020687", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:3.3" } } }, { "category": "product_name", "name": "Oracle Communications 5.0", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_name", "name": "Oracle Communications 8.6.0.0", "product": { "name": "Oracle Communications 8.6.0.0", "product_id": "T024970", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:8.6.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.0", "product": { "name": "Oracle Communications 23.1.0", "product_id": "T027326", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.1", "product": { "name": "Oracle Communications 23.1.1", "product_id": "T027329", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.1" } } }, { "category": "product_name", "name": "Oracle Communications 4.0", "product": { "name": "Oracle Communications 4.0", "product_id": "T027337", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:4.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.2", "product": { "name": "Oracle Communications 23.1.2", "product_id": "T028681", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.0", "product": { "name": "Oracle Communications 23.2.0", "product_id": "T028682", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0" } } }, { "category": "product_name", "name": "Oracle Communications 5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_name", "name": "Oracle Communications 9.1.1.5.0", "product": { "name": "Oracle Communications 9.1.1.5.0", "product_id": "T028685", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.5.0" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 23.1.7", "product": { "name": "Oracle Communications \u003c= 23.1.7", "product_id": "T030582", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.7" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 23.2.2", "product": { "name": "Oracle Communications \u003c= 23.2.2", "product_id": "T030583", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.3", "product": { "name": "Oracle Communications 23.1.3", "product_id": "T030584", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.3" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.1", "product": { "name": "Oracle Communications 23.2.1", "product_id": "T030585", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.1" } } }, { "category": "product_name", "name": "Oracle Communications 23.3.0", "product": { "name": "Oracle Communications 23.3.0", "product_id": "T030586", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.0" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 23.1.8", "product": { "name": "Oracle Communications \u003c= 23.1.8", "product_id": "T030587", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.8" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 23.2.4", "product": { "name": "Oracle Communications \u003c= 23.2.4", "product_id": "T030588", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.4" } } }, { "category": "product_name", "name": "Oracle Communications 9.0.0.0", "product": { "name": "Oracle Communications 9.0.0.0", "product_id": "T030589", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 12.6.0.0", "product": { "name": "Oracle Communications 12.6.0.0", "product_id": "T030590", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:12.6.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.0.0", "product": { "name": "Oracle Communications 23.1.0.0", "product_id": "T030591", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 7.2.0.0.0", "product": { "name": "Oracle Communications 7.2.0.0.0", "product_id": "T030592", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:7.2.0.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 7.2.1.0.0", "product": { "name": "Oracle Communications 7.2.1.0.0", "product_id": "T030593", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:7.2.1.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 9.1.1.6.0", "product": { "name": "Oracle Communications 9.1.1.6.0", "product_id": "T030594", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.6.0" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 9.0.2", "product": { "name": "Oracle Communications \u003c= 9.0.2", "product_id": "T030595", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.2" } } }, { "category": "product_name", "name": "Oracle Communications 4.1", "product": { "name": "Oracle Communications 4.1", "product_id": "T030596", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:4.1" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 9.2", "product": { "name": "Oracle Communications \u003c= 9.2", "product_id": "T030597", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.2" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-41080", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-41080" }, { "cve": "CVE-2023-4039", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-4039" }, { "cve": "CVE-2023-40167", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-40167" }, { "cve": "CVE-2023-38408", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-38408" }, { "cve": "CVE-2023-3824", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-3824" }, { "cve": "CVE-2023-3635", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-3635" }, { "cve": "CVE-2023-35788", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-35788" }, { "cve": "CVE-2023-34981", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-34981" }, { "cve": "CVE-2023-34462", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-34462" }, { "cve": "CVE-2023-34396", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-34396" }, { "cve": "CVE-2023-34034", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-34034" }, { "cve": "CVE-2023-33201", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-33201" }, { "cve": "CVE-2023-30861", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-30861" }, { "cve": "CVE-2023-2976", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-2976" }, { "cve": "CVE-2023-29491", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-29491" }, { "cve": "CVE-2023-28484", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-28484" }, { "cve": "CVE-2023-26604", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-26604" }, { "cve": "CVE-2023-26049", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-26049" }, { "cve": "CVE-2023-26048", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-26048" }, { "cve": "CVE-2023-2603", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-2603" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-2283", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-2283" }, { "cve": "CVE-2023-22083", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-22083" }, { "cve": "CVE-2023-20883", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-20883" }, { "cve": "CVE-2023-20863", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-20863" }, { "cve": "CVE-2023-0361", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2023-0361" }, { "cve": "CVE-2022-4899", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-4899" }, { "cve": "CVE-2022-45688", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-45688" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-4492", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-4492" }, { "cve": "CVE-2022-42920", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-42920" }, { "cve": "CVE-2022-40982", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-40982" }, { "cve": "CVE-2022-36944", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-36944" }, { "cve": "CVE-2022-25147", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-25147" }, { "cve": "CVE-2022-24834", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-24834" }, { "cve": "CVE-2022-24329", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2022-24329" }, { "cve": "CVE-2021-41945", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2021-41945" }, { "cve": "CVE-2021-37533", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2021-37533" }, { "cve": "CVE-2020-7760", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T030585", "T030596", "T030584", "T028681", "T030586", "T030589", "T030590", "T030592", "T030591", "T030594", "T030593", "T020687", "T021645", "T027329", "T027326", "T027337", "T024970", "T028684", "T028685" ], "last_affected": [ "T030595", "T030587", "T030597", "T030588", "T030583", "T030582" ] }, "release_date": "2023-10-17T22:00:00.000+00:00", "title": "CVE-2020-7760" } ] }
wid-sec-w-2023-1793
Vulnerability from csaf_certbund
Published
2023-07-18 22:00
Modified
2023-07-18 22:00
Summary
Oracle PeopleSoft: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle PeopleSoft ist eine ERP Anwendung.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "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": "Oracle PeopleSoft ist eine ERP Anwendung.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "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-2023-1793 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1793.json" }, { "category": "self", "summary": "WID-SEC-2023-1793 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1793" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - July 2023 - Appendix Oracle PeopleSoft vom 2023-07-18", "url": "https://www.oracle.com/security-alerts/cpujul2023.html#AppendixPS" } ], "source_lang": "en-US", "title": "Oracle PeopleSoft: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-07-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:55:47.041+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1793", "initial_release_date": "2023-07-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle PeopleSoft 8.59", "product": { "name": "Oracle PeopleSoft 8.59", "product_id": "T019905", "product_identification_helper": { "cpe": "cpe:/a:oracle:peoplesoft:8.59" } } }, { "category": "product_name", "name": "Oracle PeopleSoft 8.60", "product": { "name": "Oracle PeopleSoft 8.60", "product_id": "T025008", "product_identification_helper": { "cpe": "cpe:/a:oracle:peoplesoft:8.60" } } } ], "category": "product_name", "name": "PeopleSoft" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-22047", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22047" }, { "cve": "CVE-2023-22014", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22014" }, { "cve": "CVE-2023-1436", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-1436" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-0286" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-40897", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-40897" }, { "cve": "CVE-2022-23491", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-23491" }, { "cve": "CVE-2022-1471", "notes": [ { "category": "description", "text": "In Oracle PeopleSoft existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T025008", "T019905" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-1471" } ] }
wid-sec-w-2023-2922
Vulnerability from csaf_certbund
Published
2023-11-14 23:00
Modified
2024-05-21 22:00
Summary
Red Hat Enterprise Linux: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um Sicherheitsmaßnahmen zu umgehen, Dateien zu manipulieren oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder einen Denial-of-Service-Zustand zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-2023-2922 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2922.json" }, { "category": "self", "summary": "WID-SEC-2023-2922 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2922" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0408 vom 2024-01-25", "url": "https://access.redhat.com/errata/RHSA-2024:0408" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1109 vom 2024-03-05", "url": "https://access.redhat.com/errata/RHSA-2024:1109" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0584 vom 2024-01-30", "url": "https://access.redhat.com/errata/RHSA-2024:0584" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-11-14", "url": "https://access.redhat.com/errata/RHSA-2023:6919" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-11-14", "url": "https://access.redhat.com/errata/RHSA-2023:7090" }, { "category": "external", "summary": "RedHat Security Advisory vom 2023-11-14", "url": "https://access.redhat.com/errata/RHSA-2023:7096" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:7341 vom 2023-11-30", "url": "https://access.redhat.com/errata/RHSA-2023:7341" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1415 vom 2024-03-19", "url": "https://access.redhat.com/errata/RHSA-2024:1415" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2985 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2985" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-21T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:01:39.594+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-2922", "initial_release_date": "2023-11-14T23:00:00.000+00:00", "revision_history": [ { "date": "2023-11-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-11-30T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-30T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-05T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-19T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-21T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "7" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "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": "product_version_range", "name": "\u003c8", "product": { "name": "Red Hat Enterprise Linux \u003c8", "product_id": "T031155" } }, { "category": "product_version_range", "name": "\u003c9", "product": { "name": "Red Hat Enterprise Linux \u003c9", "product_id": "T031156" } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-14560", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in der Funktion GetEfiGlobalVariable2() in edk2 aufgrund einer fehlenden \u00dcberpr\u00fcfung der R\u00fcckgabewerte, was zu einer Umgehung des \"secure boot\" f\u00fchrt. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2019-14560" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in der python-cryptography Komponente, die es erlaubt, unver\u00e4nderliche Objekte zu ver\u00e4ndern, was zu einer Speicherbesch\u00e4digung f\u00fchrt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-27371", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in GNU libmicrohttpd aufgrund von unsachgem\u00e4\u00dfem Parsing einer multipart/form-data Boundary, die es erlaubt, ein b\u00f6sartiges HTTP POST Paket zu senden, was zu einem Out-of-Bounds Read und einem Absturz in der find_boundary() Funktion f\u00fchrt. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "67646" ] }, "release_date": "2023-11-14T23:00:00.000+00:00", "title": "CVE-2023-27371" } ] }
WID-SEC-W-2023-1818
Vulnerability from csaf_certbund
Published
2023-07-18 22:00
Modified
2023-07-18 22:00
Summary
Oracle Database Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "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-2023-1818 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1818.json" }, { "category": "self", "summary": "WID-SEC-2023-1818 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1818" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - July 2023 - Appendix Oracle Database Server vom 2023-07-18", "url": "https://www.oracle.com/security-alerts/cpujul2023.html#AppendixDB" } ], "source_lang": "en-US", "title": "Oracle Database Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-07-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:55:54.596+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1818", "initial_release_date": "2023-07-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Database Server \u003c= 19.19", "product": { "name": "Oracle Database Server \u003c= 19.19", "product_id": "T028665", "product_identification_helper": { "cpe": "cpe:/a:oracle:database_server:19.19" } } }, { "category": "product_name", "name": "Oracle Database Server \u003c= 21.10", "product": { "name": "Oracle Database Server \u003c= 21.10", "product_id": "T028666", "product_identification_helper": { "cpe": "cpe:/a:oracle:database_server:21.10" } } } ], "category": "product_name", "name": "Database Server" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-22052", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22052" }, { "cve": "CVE-2023-22034", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22034" }, { "cve": "CVE-2023-21949", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-21949" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-43680" } ] }
WID-SEC-W-2023-1021
Vulnerability from csaf_certbund
Published
2023-04-18 22:00
Modified
2023-06-29 22:00
Summary
Oracle Communications: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
- Sonstiges
{ "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": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "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-2023-1021 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1021.json" }, { "category": "self", "summary": "WID-SEC-2023-1021 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1021" }, { "category": "external", "summary": "IBM Security Bulletin 7008449 vom 2023-06-29", "url": "https://www.ibm.com/support/pages/node/7008449" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - April 2023 - Appendix Oracle Communications vom 2023-04-18", "url": "https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixCGBU" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-06-29T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:49:22.512+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1021", "initial_release_date": "2023-04-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-04-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-06-29T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "IBM DB2", "product": { "name": "IBM DB2", "product_id": "5104", "product_identification_helper": { "cpe": "cpe:/a:ibm:db2:-" } } } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Communications 9.1", "product": { "name": "Oracle Communications 9.1", "product_id": "T019868", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1" } } }, { "category": "product_name", "name": "Oracle Communications 3.3", "product": { "name": "Oracle Communications 3.3", "product_id": "T020687", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:3.3" } } }, { "category": "product_name", "name": "Oracle Communications 5.0", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_name", "name": "Oracle Communications 12.6.0.0.0", "product": { "name": "Oracle Communications 12.6.0.0.0", "product_id": "T022818", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:12.6.0.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 7.0.0.0.0", "product": { "name": "Oracle Communications 7.0.0.0.0", "product_id": "T022823", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:7.0.0.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 8.6.0.0", "product": { "name": "Oracle Communications 8.6.0.0", "product_id": "T024970", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:8.6.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.3.0", "product": { "name": "Oracle Communications 22.3.0", "product_id": "T024974", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.3.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.1.0.0.0", "product": { "name": "Oracle Communications 22.1.0.0.0", "product_id": "T025863", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.1.0.0.0" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 22.4.4", "product": { "name": "Oracle Communications \u003c= 22.4.4", "product_id": "T027328", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.4" } } }, { "category": "product_name", "name": "Oracle Communications \u003c= 23.1.1", "product": { "name": "Oracle Communications \u003c= 23.1.1", "product_id": "T027329", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.1" } } }, { "category": "product_name", "name": "Oracle Communications 9.0.0", "product": { "name": "Oracle Communications 9.0.0", "product_id": "T027330", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 9.0.1", "product": { "name": "Oracle Communications 9.0.1", "product_id": "T027331", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.1" } } }, { "category": "product_name", "name": "Oracle Communications 9.1.1.4.0", "product": { "name": "Oracle Communications 9.1.1.4.0", "product_id": "T027332", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.4.0" } } }, { "category": "product_name", "name": "Oracle Communications 9.1.1.3.0", "product": { "name": "Oracle Communications 9.1.1.3.0", "product_id": "T027333", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.3.0" } } }, { "category": "product_name", "name": "Oracle Communications 9.0.1.6.0", "product": { "name": "Oracle Communications 9.0.1.6.0", "product_id": "T027334", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.1.6.0" } } }, { "category": "product_name", "name": "Oracle Communications 8.45", "product": { "name": "Oracle Communications 8.45", "product_id": "T027335", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:8.45" } } }, { "category": "product_name", "name": "Oracle Communications 9.15", "product": { "name": "Oracle Communications 9.15", "product_id": "T027336", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.15" } } }, { "category": "product_name", "name": "Oracle Communications 4.0", "product": { "name": "Oracle Communications 4.0", "product_id": "T027337", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:4.0" } } }, { "category": "product_name", "name": "Oracle Communications 12.6.1.0.0", "product": { "name": "Oracle Communications 12.6.1.0.0", "product_id": "T027338", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:12.6.1.0.0" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-28708", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-28708" }, { "cve": "CVE-2023-25690", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25613", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-25613" }, { "cve": "CVE-2023-25577", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-25577" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-23916", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-0361", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-0361" }, { "cve": "CVE-2022-47629", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-47629" }, { "cve": "CVE-2022-46364", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-46364" }, { "cve": "CVE-2022-45143", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-45143" }, { "cve": "CVE-2022-45047", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-45047" }, { "cve": "CVE-2022-4415", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-4415" }, { "cve": "CVE-2022-43402", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-43402" }, { "cve": "CVE-2022-43401", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-43401" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-42252", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-42252" }, { "cve": "CVE-2022-42003", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-42003" }, { "cve": "CVE-2022-41966", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-41966" }, { "cve": "CVE-2022-41881", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-41881" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40151", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-40151" }, { "cve": "CVE-2022-38752", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-38752" }, { "cve": "CVE-2022-37865", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-37865" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-35737", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-35737" }, { "cve": "CVE-2022-3171", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-3171" }, { "cve": "CVE-2022-31692", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-31692" }, { "cve": "CVE-2022-31630", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-31630" }, { "cve": "CVE-2022-31129", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-31129" }, { "cve": "CVE-2022-31123", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-31123" }, { "cve": "CVE-2022-28199", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-28199" }, { "cve": "CVE-2022-25315", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-25315" }, { "cve": "CVE-2022-23491", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-23491" }, { "cve": "CVE-2022-1471", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-1471" }, { "cve": "CVE-2022-1292", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-1292" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2021-46848" }, { "cve": "CVE-2021-37519", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T027330", "T022818", "T020687", "T022823", "T024974", "T019868", "T021645", "5104", "T027337", "T024970", "T027338", "T027335", "T025863", "T027336", "T027333", "T027334", "T027331", "T027332" ], "last_affected": [ "T027328", "T027329" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2021-37519" } ] }
wid-sec-w-2023-1818
Vulnerability from csaf_certbund
Published
2023-07-18 22:00
Modified
2023-07-18 22:00
Summary
Oracle Database Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "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-2023-1818 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1818.json" }, { "category": "self", "summary": "WID-SEC-2023-1818 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1818" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - July 2023 - Appendix Oracle Database Server vom 2023-07-18", "url": "https://www.oracle.com/security-alerts/cpujul2023.html#AppendixDB" } ], "source_lang": "en-US", "title": "Oracle Database Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-07-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:55:54.596+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1818", "initial_release_date": "2023-07-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Database Server \u003c= 19.19", "product": { "name": "Oracle Database Server \u003c= 19.19", "product_id": "T028665", "product_identification_helper": { "cpe": "cpe:/a:oracle:database_server:19.19" } } }, { "category": "product_name", "name": "Oracle Database Server \u003c= 21.10", "product": { "name": "Oracle Database Server \u003c= 21.10", "product_id": "T028666", "product_identification_helper": { "cpe": "cpe:/a:oracle:database_server:21.10" } } } ], "category": "product_name", "name": "Database Server" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-22052", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22052" }, { "cve": "CVE-2023-22034", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22034" }, { "cve": "CVE-2023-21949", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-21949" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einer dieser Schwachstellen sind bestimmte Privilegien notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"MITTEL\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T028666", "T028665" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-43680" } ] }
wid-sec-w-2023-1812
Vulnerability from csaf_certbund
Published
2023-07-18 22:00
Modified
2023-07-20 22:00
Summary
Oracle Communications: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "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": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "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-2023-1812 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1812.json" }, { "category": "self", "summary": "WID-SEC-2023-1812 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1812" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:2263-2 vom 2023-07-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015545.html" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - July 2023 - Appendix Oracle Communications vom 2023-07-18", "url": "https://www.oracle.com/security-alerts/cpujul2023.html#AppendixCGBU" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-07-20T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:55:52.927+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1812", "initial_release_date": "2023-07-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-07-20T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Communications 5.0", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_name", "name": "Oracle Communications 8.6.0.0", "product": { "name": "Oracle Communications 8.6.0.0", "product_id": "T024970", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:8.6.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.0", "product": { "name": "Oracle Communications 22.4.0", "product_id": "T024981", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.3.2", "product": { "name": "Oracle Communications 22.3.2", "product_id": "T025865", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.3.2" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.1", "product": { "name": "Oracle Communications 22.4.1", "product_id": "T025869", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.1" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.0", "product": { "name": "Oracle Communications 23.1.0", "product_id": "T027326", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.2", "product": { "name": "Oracle Communications 22.4.2", "product_id": "T027327", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.1", "product": { "name": "Oracle Communications 23.1.1", "product_id": "T027329", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.1" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.3", "product": { "name": "Oracle Communications 22.4.3", "product_id": "T028680", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.3" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.2", "product": { "name": "Oracle Communications 23.1.2", "product_id": "T028681", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.0", "product": { "name": "Oracle Communications 23.2.0", "product_id": "T028682", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0" } } }, { "category": "product_name", "name": "Oracle Communications 6.2.0", "product": { "name": "Oracle Communications 6.2.0", "product_id": "T028683", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:6.2.0" } } }, { "category": "product_name", "name": "Oracle Communications 5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_name", "name": "Oracle Communications 9.1.1.5.0", "product": { "name": "Oracle Communications 9.1.1.5.0", "product_id": "T028685", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.5.0" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" }, { "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-30861", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-30861" }, { "cve": "CVE-2023-29007", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-29007" }, { "cve": "CVE-2023-28856", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-28856" }, { "cve": "CVE-2023-28708", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-28708" }, { "cve": "CVE-2023-28484", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-28484" }, { "cve": "CVE-2023-27901", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-27901" }, { "cve": "CVE-2023-26049", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-26049" }, { "cve": "CVE-2023-25194", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-25194" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-21971", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-21971" }, { "cve": "CVE-2023-20873", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20873" }, { "cve": "CVE-2023-20863", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20863" }, { "cve": "CVE-2023-20862", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20862" }, { "cve": "CVE-2023-20861", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20861" }, { "cve": "CVE-2023-1999", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-1999" }, { "cve": "CVE-2023-1436", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-1436" }, { "cve": "CVE-2023-1370", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-1370" }, { "cve": "CVE-2023-0767", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-0767" }, { "cve": "CVE-2023-0361", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-0361" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-0215" }, { "cve": "CVE-2022-45787", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-45787" }, { "cve": "CVE-2022-45688", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-45688" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-4450", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-4450" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-41881", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-41881" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-36944", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-36944" }, { "cve": "CVE-2022-2963", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-2963" }, { "cve": "CVE-2022-25147", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-25147" }, { "cve": "CVE-2022-1471", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2022-1471" }, { "cve": "CVE-2021-40528", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2021-40528" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2021-25220" }, { "cve": "CVE-2020-10735", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2020-10735" } ] }
WID-SEC-W-2023-2266
Vulnerability from csaf_certbund
Published
2023-09-05 22:00
Modified
2024-05-28 22:00
Summary
Red Hat Ansible Automation Platform: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform für die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Code auszuführen oder falsche Informationen zu präsentieren.
Betroffene Betriebssysteme
- Linux
{ "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 entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Code auszuf\u00fchren oder falsche Informationen zu pr\u00e4sentieren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-2023-2266 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2266.json" }, { "category": "self", "summary": "WID-SEC-2023-2266 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2266" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2023-09-05", "url": "https://access.redhat.com/errata/RHSA-2023:4971" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4991 vom 2023-09-06", "url": "https://access.redhat.com/errata/RHSA-2023:4991" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5931 vom 2023-10-19", "url": "https://access.redhat.com/errata/RHSA-2023:5931" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:6615 vom 2023-11-07", "url": "https://access.redhat.com/errata/RHSA-2023:6615" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2985 vom 2024-05-28", "url": "https://linux.oracle.com/errata/ELSA-2024-2985.html" } ], "source_lang": "en-US", "title": "Red Hat Ansible Automation Platform: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-28T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:58:03.733+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-2266", "initial_release_date": "2023-09-05T22:00:00.000+00:00", "revision_history": [ { "date": "2023-09-05T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-09-06T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-10-19T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-07T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "5" } }, "product_tree": { "branches": [ { "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": [ { "branches": [ { "category": "product_version_range", "name": "\u003c=2.4 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform \u003c=2.4 for RHEL 9", "product_id": "T029726" } } ], "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Red Hat Ansible Automation Platform. Diese Fehler bestehen in dem Modul python-cryptography und in GitPython aufgrund einer Speicherbesch\u00e4digung \u00fcber unver\u00e4nderliche Objekte sowie einer unsachgem\u00e4\u00dfen Eingabevalidierung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren oder um falsche Informationen zu pr\u00e4sentieren." } ], "product_status": { "known_affected": [ "67646", "T004914" ], "last_affected": [ "T029726" ] }, "release_date": "2023-09-05T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-40267", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Red Hat Ansible Automation Platform. Diese Fehler bestehen in dem Modul python-cryptography und in GitPython aufgrund einer Speicherbesch\u00e4digung \u00fcber unver\u00e4nderliche Objekte sowie einer unsachgem\u00e4\u00dfen Eingabevalidierung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren oder um falsche Informationen zu pr\u00e4sentieren." } ], "product_status": { "known_affected": [ "67646", "T004914" ], "last_affected": [ "T029726" ] }, "release_date": "2023-09-05T22:00:00.000+00:00", "title": "CVE-2023-40267" } ] }
wid-sec-w-2024-1814
Vulnerability from csaf_certbund
Published
2024-08-12 22:00
Modified
2024-08-12 22:00
Summary
IBM App Connect Enterprise: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
IBM App Connect Enterprise kombiniert die branchenbewährten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.
Angriff
Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um beliebigen Code auszuführen oder um Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Sonstiges
{ "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": "IBM App Connect Enterprise kombiniert die branchenbew\u00e4hrten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um beliebigen Code auszuf\u00fchren oder um Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-1814 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1814.json" }, { "category": "self", "summary": "WID-SEC-2024-1814 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1814" }, { "category": "external", "summary": "IBM Security Bulletin vom 2024-08-12", "url": "https://www.ibm.com/support/pages/node/7165266" } ], "source_lang": "en-US", "title": "IBM App Connect Enterprise: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-08-12T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:12:10.324+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-1814", "initial_release_date": "2024-08-12T22:00:00.000+00:00", "revision_history": [ { "date": "2024-08-12T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "Certified Container Operator \u003c12.2.0", "product": { "name": "IBM App Connect Enterprise Certified Container Operator \u003c12.2.0", "product_id": "T036733" } }, { "category": "product_version_range", "name": "Certified Container Operator \u003c12.0.2", "product": { "name": "IBM App Connect Enterprise Certified Container Operator \u003c12.0.2", "product_id": "T036734" } }, { "category": "product_version_range", "name": "Certified Container Operator \u003c5.0.19", "product": { "name": "IBM App Connect Enterprise Certified Container Operator \u003c5.0.19", "product_id": "T036735" } } ], "category": "product_name", "name": "App Connect Enterprise" } ], "category": "vendor", "name": "IBM" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-48622", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in IBM App Connect Enterprise. Dieser Fehler besteht in der GNOME-Komponente GdkPixbuf aufgrund eines Heap-Speicherfehlers. Indem ein Benutzer dazu gebracht wird, eine speziell gestaltete .ani-Datei zu \u00f6ffnen, kann ein entfernter, anonymer Angreifer diese Schwachstelle ausnutzen, um beliebigen Code auszuf\u00fchren oder einen Denial-of-Service-Zustand zu erzeugen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion." } ], "release_date": "2024-08-12T22:00:00.000+00:00", "title": "CVE-2022-48622" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in IBM App Connect Enterprise. Dieser Fehler besteht im PyPI-Kryptografiepaket aufgrund einer Speicherbesch\u00e4digung in Cipher.update_into. Durch die \u00dcbergabe eines unver\u00e4nderlichen Python-Objekts als outbuf kann ein entfernter, anonymer Angreifer diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen." } ], "release_date": "2024-08-12T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2024-35195", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in IBM App Connect Enterprise. Dieser Fehler besteht in der Komponente Psf Requests aufgrund einer fehlerhaften Kontrollfluss-Implementierung, die es erm\u00f6glicht, die Zertifikats\u00fcberpr\u00fcfung zu ignorieren. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen und weitere Angriffe auf das System zu starten." } ], "release_date": "2024-08-12T22:00:00.000+00:00", "title": "CVE-2024-35195" }, { "cve": "CVE-2024-39689", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in IBM App Connect Enterprise. Dieser Fehler besteht in der Komponente Certifi python-certifi aufgrund der Verwendung des GLOBALTRUST-Stammzertifikats. Ein Angreifer kann diese Schwachstelle ausnutzen, um nicht spezifizierte Auswirkungen zu verursachen." } ], "release_date": "2024-08-12T22:00:00.000+00:00", "title": "CVE-2024-39689" } ] }
WID-SEC-W-2023-1812
Vulnerability from csaf_certbund
Published
2023-07-18 22:00
Modified
2023-07-20 22:00
Summary
Oracle Communications: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "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": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "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-2023-1812 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1812.json" }, { "category": "self", "summary": "WID-SEC-2023-1812 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1812" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:2263-2 vom 2023-07-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015545.html" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - July 2023 - Appendix Oracle Communications vom 2023-07-18", "url": "https://www.oracle.com/security-alerts/cpujul2023.html#AppendixCGBU" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-07-20T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:55:52.927+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1812", "initial_release_date": "2023-07-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-07-20T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Communications 5.0", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_name", "name": "Oracle Communications 8.6.0.0", "product": { "name": "Oracle Communications 8.6.0.0", "product_id": "T024970", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:8.6.0.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.0", "product": { "name": "Oracle Communications 22.4.0", "product_id": "T024981", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.3.2", "product": { "name": "Oracle Communications 22.3.2", "product_id": "T025865", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.3.2" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.1", "product": { "name": "Oracle Communications 22.4.1", "product_id": "T025869", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.1" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.0", "product": { "name": "Oracle Communications 23.1.0", "product_id": "T027326", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.2", "product": { "name": "Oracle Communications 22.4.2", "product_id": "T027327", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.1", "product": { "name": "Oracle Communications 23.1.1", "product_id": "T027329", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.1" } } }, { "category": "product_name", "name": "Oracle Communications 22.4.3", "product": { "name": "Oracle Communications 22.4.3", "product_id": "T028680", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.3" } } }, { "category": "product_name", "name": "Oracle Communications 23.1.2", "product": { "name": "Oracle Communications 23.1.2", "product_id": "T028681", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.2" } } }, { "category": "product_name", "name": "Oracle Communications 23.2.0", "product": { "name": "Oracle Communications 23.2.0", "product_id": "T028682", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0" } } }, { "category": "product_name", "name": "Oracle Communications 6.2.0", "product": { "name": "Oracle Communications 6.2.0", "product_id": "T028683", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:6.2.0" } } }, { "category": "product_name", "name": "Oracle Communications 5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_name", "name": "Oracle Communications 9.1.1.5.0", "product": { "name": "Oracle Communications 9.1.1.5.0", "product_id": "T028685", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.5.0" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" }, { "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-30861", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-30861" }, { "cve": "CVE-2023-29007", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-29007" }, { "cve": "CVE-2023-28856", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-28856" }, { "cve": "CVE-2023-28708", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-28708" }, { "cve": "CVE-2023-28484", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-28484" }, { "cve": "CVE-2023-27901", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-27901" }, { "cve": "CVE-2023-26049", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-26049" }, { "cve": "CVE-2023-25194", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-25194" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-23931", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-23931" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-21971", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-21971" }, { "cve": "CVE-2023-20873", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20873" }, { "cve": "CVE-2023-20863", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20863" }, { "cve": "CVE-2023-20862", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20862" }, { "cve": "CVE-2023-20861", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-20861" }, { "cve": "CVE-2023-1999", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-1999" }, { "cve": "CVE-2023-1436", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-1436" }, { "cve": "CVE-2023-1370", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-1370" }, { "cve": "CVE-2023-0767", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-0767" }, { "cve": "CVE-2023-0361", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T028683", "T028680", "T028681", "T025869", "T002207", "T025865", "T021645", "T027329", "T027326", "T024970", "T024981", "T027327", "T028684", "T028685" ] }, "release_date": "2023-07-18T22:00:00.000+00:00", "title": "CVE-2023-0361" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der