Action not permitted
Modal body text goes here.
cve-2022-31625
Vulnerability from cvelistv5
Published
2022-06-16 05:45
Modified
2024-09-16 18:35
Severity ?
EPSS score ?
Summary
Freeing unallocated memory in php_pgsql_free_params()
References
▼ | URL | Tags | |
---|---|---|---|
security@php.net | https://bugs.php.net/bug.php?id=81720 | Exploit, Issue Tracking, Mailing List, Patch, Vendor Advisory | |
security@php.net | https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html | Mailing List, Third Party Advisory | |
security@php.net | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/ | ||
security@php.net | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/ | ||
security@php.net | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
security@php.net | https://security.netapp.com/advisory/ntap-20220722-0005/ | Third Party Advisory | |
security@php.net | https://www.debian.org/security/2022/dsa-5179 | Third Party Advisory |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T07:26:00.936Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=81720" }, { "name": "FEDORA-2022-0a96e5b9b1", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/" }, { "name": "FEDORA-2022-f3fc52428e", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/" }, { "name": "DSA-5179", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://www.debian.org/security/2022/dsa-5179" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20220722-0005/" }, { "name": "GLSA-202209-20", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202209-20" }, { "name": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "PHP", "vendor": "PHP Group", "versions": [ { "lessThan": "7.4.30", "status": "affected", "version": "7.4.X", "versionType": "custom" }, { "lessThan": "8.0.20", "status": "affected", "version": "8.0.X", "versionType": "custom" }, { "lessThan": "8.1.7", "status": "affected", "version": "8.1.X", "versionType": "custom" } ] } ], "configurations": [ { "lang": "en", "value": "pgsql extension enabled" } ], "credits": [ { "lang": "en", "value": "c dot fol at ambionics dot io" } ], "datePublic": "2022-06-06T00:00:00", "descriptions": [ { "lang": "en", "value": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-590", "description": "CWE-590 Free of Memory not on the Heap", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-824", "description": "CWE-824 Access of Uninitialized Pointer", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-12-15T00:00:00", "orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "shortName": "php" }, "references": [ { "url": "https://bugs.php.net/bug.php?id=81720" }, { "name": "FEDORA-2022-0a96e5b9b1", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/" }, { "name": "FEDORA-2022-f3fc52428e", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/" }, { "name": "DSA-5179", "tags": [ "vendor-advisory" ], "url": "https://www.debian.org/security/2022/dsa-5179" }, { "url": "https://security.netapp.com/advisory/ntap-20220722-0005/" }, { "name": "GLSA-202209-20", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202209-20" }, { "name": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html" } ], "source": { "defect": [ "https://bugs.php.net/bug.php?id=81720" ], "discovery": "EXTERNAL" }, "title": "Freeing unallocated memory in php_pgsql_free_params()", "x_generator": { "engine": "Vulnogram 0.0.9" } } }, "cveMetadata": { "assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "assignerShortName": "php", "cveId": "CVE-2022-31625", "datePublished": "2022-06-16T05:45:15.228019Z", "dateReserved": "2022-05-25T00:00:00", "dateUpdated": "2024-09-16T18:35:01.122Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-31625\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2022-06-16T06:15:08.623\",\"lastModified\":\"2023-11-07T03:47:39.820\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.\"},{\"lang\":\"es\",\"value\":\"En PHP versiones 7.4.x anteriores a 7.4.30, 8.0.x anteriores a 8.0.20 y 8.1.x anteriores a 8.1.7, cuando es usada la extensi\u00f3n de la base de datos Postgres, el suministro de par\u00e1metros no v\u00e1lidos a la consulta parametrizada puede conllevar que PHP intente liberar memoria usando datos no inicializados como punteros. Esto podr\u00eda conllevar a una vulnerabilidad RCE o una denegaci\u00f3n de servicio\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9},{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:P/A:P\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\",\"baseScore\":6.8},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-763\"}]},{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-590\"},{\"lang\":\"en\",\"value\":\"CWE-824\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.0\",\"versionEndExcluding\":\"7.4.30\",\"matchCriteriaId\":\"978FBB35-7734-45B2-9400-25DF82F5D207\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.20\",\"matchCriteriaId\":\"5107CDF9-45B3-4553-B560-146921D77F9C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.7\",\"matchCriteriaId\":\"1B060E29-B7F6-4C52-B958-F77218669AFF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://bugs.php.net/bug.php?id=81720\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Mailing List\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/\",\"source\":\"security@php.net\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/\",\"source\":\"security@php.net\"},{\"url\":\"https://security.gentoo.org/glsa/202209-20\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220722-0005/\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2022/dsa-5179\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
gsd-2022-31625
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-31625", "description": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.", "id": "GSD-2022-31625", "references": [ "https://security.archlinux.org/CVE-2022-31625", "https://advisories.mageia.org/CVE-2022-31625.html", "https://www.suse.com/security/cve/CVE-2022-31625.html", "https://ubuntu.com/security/CVE-2022-31625", "https://www.debian.org/security/2022/dsa-5179", "https://access.redhat.com/errata/RHSA-2022:5491", "https://access.redhat.com/errata/RHSA-2022:6158", "https://access.redhat.com/errata/RHSA-2022:7624", "https://access.redhat.com/errata/RHSA-2022:8197" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-31625" ], "details": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.", "id": "GSD-2022-31625", "modified": "2023-12-13T01:19:18.381371Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "DATE_PUBLIC": "2022-06-06T07:00:00.000Z", "ID": "CVE-2022-31625", "STATE": "PUBLIC", "TITLE": "Freeing unallocated memory in php_pgsql_free_params()" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "PHP", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "7.4.X", "version_value": "7.4.30" }, { "version_affected": "\u003c", "version_name": "8.0.X", "version_value": "8.0.20" }, { "version_affected": "\u003c", "version_name": "8.1.X", "version_value": "8.1.7" } ] } } ] }, "vendor_name": "PHP Group" } ] } }, "configuration": [ { "lang": "eng", "value": "pgsql extension enabled" } ], "credit": [ { "lang": "eng", "value": "c dot fol at ambionics dot io" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-590 Free of Memory not on the Heap" } ] }, { "description": [ { "lang": "eng", "value": "CWE-824 Access of Uninitialized Pointer" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=81720", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=81720" }, { "name": "FEDORA-2022-0a96e5b9b1", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/" }, { "name": "FEDORA-2022-f3fc52428e", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/" }, { "name": "DSA-5179", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2022/dsa-5179" }, { "name": "https://security.netapp.com/advisory/ntap-20220722-0005/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20220722-0005/" }, { "name": "GLSA-202209-20", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202209-20" }, { "name": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html" } ] }, "source": { "defect": [ "https://bugs.php.net/bug.php?id=81720" ], "discovery": "EXTERNAL" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.1.7", "versionStartIncluding": "8.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.0.20", "versionStartIncluding": "8.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "7.4.30", "versionStartIncluding": "7.4.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "ID": "CVE-2022-31625" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-763" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=81720", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Mailing List", "Patch", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=81720" }, { "name": "FEDORA-2022-f3fc52428e", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/" }, { "name": "FEDORA-2022-0a96e5b9b1", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/" }, { "name": "DSA-5179", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2022/dsa-5179" }, { "name": "https://security.netapp.com/advisory/ntap-20220722-0005/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20220722-0005/" }, { "name": "GLSA-202209-20", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202209-20" }, { "name": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.2, "impactScore": 5.9 } }, "lastModifiedDate": "2023-02-23T01:34Z", "publishedDate": "2022-06-16T06:15Z" } } }
rhsa-2022_8197
Vulnerability from csaf_redhat
Published
2022-11-15 10:20
Modified
2024-11-06 01:59
Summary
Red Hat Security Advisory: php security, bug fix, and enhancement update
Notes
Topic
An update for php 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
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
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.1 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 php 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2095752)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\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.1 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-2022:8197", "url": "https://access.redhat.com/errata/RHSA-2022:8197" }, { "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.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2095447", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095447" }, { "category": "external", "summary": "2095752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095752" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2104630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104630" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8197.json" } ], "title": "Red Hat Security Advisory: php security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T01:59:43+00:00", "generator": { "date": "2024-11-06T01:59:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:8197", "initial_release_date": "2022-11-15T10:20:27+00:00", "revision_history": [ { "date": "2022-11-15T10:20:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T10:20:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T01:59:43+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.src", "product": { "name": "php-0:8.0.20-3.el9.src", "product_id": "php-0:8.0.20-3.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.aarch64", "product": { "name": "php-0:8.0.20-3.el9.aarch64", "product_id": "php-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-0:8.0.20-3.el9.aarch64", "product_id": "php-common-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.aarch64", "product": { "name": "php-devel-0:8.0.20-3.el9.aarch64", "product_id": "php-devel-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-0:8.0.20-3.el9.aarch64", "product_id": "php-process-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_id": "php-debugsource-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-0:8.0.20-3.el9.ppc64le", "product_id": "php-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-devel-0:8.0.20-3.el9.ppc64le", "product_id": "php-devel-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_id": "php-debugsource-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.x86_64", "product": { "name": "php-0:8.0.20-3.el9.x86_64", "product_id": "php-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-0:8.0.20-3.el9.x86_64", "product_id": "php-common-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.x86_64", "product": { "name": "php-devel-0:8.0.20-3.el9.x86_64", "product_id": "php-devel-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-0:8.0.20-3.el9.x86_64", "product_id": "php-process-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_id": "php-debugsource-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.20-3.el9.s390x", "product": { "name": "php-0:8.0.20-3.el9.s390x", "product_id": "php-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-0:8.0.20-3.el9.s390x", "product_id": "php-cli-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-0:8.0.20-3.el9.s390x", "product_id": "php-common-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-0:8.0.20-3.el9.s390x", "product_id": "php-dba-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-3.el9.s390x", "product": { "name": "php-devel-0:8.0.20-3.el9.s390x", "product_id": "php-devel-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-0:8.0.20-3.el9.s390x", "product_id": "php-gd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-0:8.0.20-3.el9.s390x", "product_id": "php-intl-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-0:8.0.20-3.el9.s390x", "product_id": "php-process-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-0:8.0.20-3.el9.s390x", "product_id": "php-soap-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-0:8.0.20-3.el9.s390x", "product_id": "php-xml-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product": { "name": "php-debugsource-0:8.0.20-3.el9.s390x", "product_id": "php-debugsource-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-3.el9?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-3.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x" }, "product_reference": "php-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src" }, "product_reference": "php-0:8.0.20-3.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-devel-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-devel-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x" }, "product_reference": "php-devel-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-devel-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-3.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "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": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:20:27+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8197" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.src", "AppStream-9.1.0.GA:php-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-bcmath-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-cli-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-common-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dba-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-dbg-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-debugsource-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-devel-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-embedded-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-enchant-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ffi-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-fpm-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-gmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-intl-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-ldap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mbstring-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-mysqlnd-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-odbc-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-opcache-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pdo-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-pgsql-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-process-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-snmp-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-soap-debuginfo-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-0:8.0.20-3.el9.x86_64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.aarch64", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.ppc64le", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.s390x", "AppStream-9.1.0.GA:php-xml-debuginfo-0:8.0.20-3.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
rhsa-2022_5491
Vulnerability from csaf_redhat
Published
2022-07-04 07:45
Modified
2024-09-13 22:48
Summary
Red Hat Security Advisory: rh-php73-php security and bug fix update
Notes
Topic
An update for rh-php73-php 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
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
Security Fix(es):
* php: password of excessive length triggers buffer overflow leading to RCE (CVE-2022-31626)
* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)
* php: special character breaks path in xml parsing (CVE-2021-21707)
* php: uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
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.
Bug Fix(es):
* rh-php73: rebase to 7.3.33 (BZ#2100753)
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_vex", "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-php73-php 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. \n\nSecurity Fix(es):\n\n* php: password of excessive length triggers buffer overflow leading to RCE (CVE-2022-31626)\n\n* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)\n\n* php: special character breaks path in xml parsing (CVE-2021-21707)\n\n* php: uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\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\nBug Fix(es):\n\n* rh-php73: rebase to 7.3.33 (BZ#2100753)", "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 offerings.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:5491", "url": "https://access.redhat.com/errata/RHSA-2022:5491" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2016535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2016535" }, { "category": "external", "summary": "2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2098523", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098523" }, { "category": "external", "summary": "2100753", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100753" }, { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/data/csaf/v2/advisories/2022/rhsa-2022_5491.json" } ], "title": "Red Hat Security Advisory: rh-php73-php security and bug fix update", "tracking": { "current_release_date": "2024-09-13T22:48:11+00:00", "generator": { "date": "2024-09-13T22:48:11+00:00", "engine": { "name": "Red Hat SDEngine", "version": "3.33.3" } }, "id": "RHSA-2022:5491", "initial_release_date": "2022-07-04T07:45:56+00:00", "revision_history": [ { "date": "2022-07-04T07:45:56+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-07-04T07:45:56+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-09-13T22:48:11+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-php73-php-0:7.3.33-1.el7.src", "product": { "name": "rh-php73-php-0:7.3.33-1.el7.src", "product_id": "rh-php73-php-0:7.3.33-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.33-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-php73-php-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-cli@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-common-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-common-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-common-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-common@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dba@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dbg@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-devel@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-embedded@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-enchant@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-fpm@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gd@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gmp@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-intl@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-json-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-json-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-json-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-json@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-ldap@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-odbc@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-opcache@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pdo@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-process-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-process-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-process-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-process@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pspell@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-recode@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-snmp@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-soap@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xml@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-zip@7.3.33-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "product": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "product_id": "rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.33-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-php73-php-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-cli-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-cli-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-cli@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-common-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-common-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-common-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-common@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-dba-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-dba-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dba@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dbg@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-devel-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-devel-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-devel@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-embedded@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-enchant@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-fpm@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-gd-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-gd-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gd@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gmp@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-intl-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-intl-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-intl@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-json-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-json-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-json-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-json@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-ldap@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-odbc@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-opcache@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pdo@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-process-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-process-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-process-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-process@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pspell@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-recode-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-recode-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-recode@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-snmp@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-soap-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-soap-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-soap@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-xml-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-xml-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xml@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-zip-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-zip-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-zip@7.3.33-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "product": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "product_id": "rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.33-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-php73-php-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-cli@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-common@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dba@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dbg@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-devel@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-embedded@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-enchant@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-fpm@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gd@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gmp@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-intl@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-json@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-ldap@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-odbc@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-opcache@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pdo@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-process@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pspell@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-recode@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-snmp@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-soap@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xml@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-zip@7.3.33-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "product": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "product_id": "rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.33-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-cli-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-common-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-common-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-dba-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-devel-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-gd-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-intl-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-json-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-json-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-process-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-process-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-recode-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-soap-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-xml-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-zip-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-cli-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-common-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-common-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-dba-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-devel-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-gd-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-intl-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-json-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-json-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-process-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-process-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-recode-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-soap-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-xml-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le" }, "product_reference": "rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x" }, "product_reference": "rh-php73-php-zip-0:7.3.33-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.33-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" }, "product_reference": "rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21703", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2021-10-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2016535" } ], "notes": [ { "category": "description", "text": "php-fpm has a vulnerability which may lead to local privilege escalation. This vulnerability is hard to exploit as the attack needs to escape the FPM sandbox mechanism. When a complete attack is achieved it may lead to risk for confidentiality, data integrity, and system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Local privilege escalation via PHP-FPM", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability affects only systems with php-fpm enabled on its configuration. For an attack to be completed successfully, the attacker needs to chain this vulnerability with some other vulnerability that allows escape from the FPM sandbox first.", "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-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21703" }, { "category": "external", "summary": "RHBZ#2016535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2016535" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21703", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21703" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21703", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21703" } ], "release_date": "2021-10-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5491" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Local privilege escalation via PHP-FPM" }, { "cve": "CVE-2021-21707", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-11-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2026045" } ], "notes": [ { "category": "description", "text": "A flaw was found in php. The main cause of this vulnerability is improper input validation while parsing an Extensible Markup Language(XML) entity. A special character could allow an attacker to traverse directories. The highest threat from this vulnerability is confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Special character breaks path in xml parsing", "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-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21707" }, { "category": "external", "summary": "RHBZ#2026045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21707", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21707" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21707" } ], "release_date": "2021-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5491" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Special character breaks path in xml parsing" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5491" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" }, { "cve": "CVE-2022-31626", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098523" } ], "notes": [ { "category": "description", "text": "A buffer overflow vulnerability was found in PHP when processing passwords in mysqlnd/pdo in mysqlnd_wireprotocol.c. When using the pdo_mysql extension with mysqlnd driver, if the third party is allowed to supply a MySQL database server password in the mysqlnd driver to the host for the connection, a password of excessive length can trigger a buffer overflow in PHP. This flaw allows a remote attacker to pass a password (with an excessive length) via PDO to the MySQL server, triggering arbitrary code execution on the target system.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: password of excessive length triggers buffer overflow leading to RCE", "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-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31626" }, { "category": "external", "summary": "RHBZ#2098523", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098523" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31626", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31626" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31626", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31626" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81719", "url": "https://bugs.php.net/bug.php?id=81719" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5491" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Server-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Server-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.src", "7Workstation-RHSCL-3.8:rh-php73-php-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-bcmath-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-cli-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-common-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dba-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-dbg-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-debuginfo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-devel-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-embedded-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-enchant-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-fpm-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-gmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-intl-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-json-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-ldap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mbstring-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-mysqlnd-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-odbc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-opcache-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pdo-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pgsql-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-process-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-pspell-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-recode-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-snmp-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-soap-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xml-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-xmlrpc-0:7.3.33-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-php73-php-zip-0:7.3.33-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "php: password of excessive length triggers buffer overflow leading to RCE" } ] }
rhsa-2022_6158
Vulnerability from csaf_redhat
Published
2022-08-24 17:25
Modified
2024-11-06 01:24
Summary
Red Hat Security Advisory: php:7.4 security update
Notes
Topic
An update for the php:7.4 module 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
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
Security Fix(es):
* php: uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
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": "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 php:7.4 module 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\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-2022:6158", "url": "https://access.redhat.com/errata/RHSA-2022:6158" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6158.json" } ], "title": "Red Hat Security Advisory: php:7.4 security update", "tracking": { "current_release_date": "2024-11-06T01:24:35+00:00", "generator": { "date": "2024-11-06T01:24:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:6158", "initial_release_date": "2022-08-24T17:25:29+00:00", "revision_history": [ { "date": "2022-08-24T17:25:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-08-24T17:25:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T01:24:35+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.6.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:7.4:8060020220811045407:5caa48ff", "product": { "name": "php:7.4:8060020220811045407:5caa48ff", "product_id": "php:7.4:8060020220811045407:5caa48ff", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@7.4:8060020220811045407:5caa48ff" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_id": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "product": { "name": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "product_id": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_id": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src", "product": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src", "product_id": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_id": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_id": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_id": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-4.module%2Bel8.6.0%2B16316%2B906f6c6d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, "product_reference": "php:7.4:8060020220811045407:5caa48ff", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch" }, "product_reference": "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src" }, "product_reference": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch" }, "product_reference": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64 as a component of php:7.4:8060020220811045407:5caa48ff as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-08-24T17:25:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:6158" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-bcmath-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-cli-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-common-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dba-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-dbg-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-debugsource-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-devel-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-embedded-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-enchant-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ffi-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-fpm-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-gmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-intl-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-json-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-ldap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mbstring-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-mysqlnd-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-odbc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-opcache-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pdo-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-pgsql-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-process-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-snmp-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-soap-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xml-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.aarch64", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.ppc64le", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.s390x", "AppStream-8.6.0.Z.MAIN.EUS:php:7.4:8060020220811045407:5caa48ff:php-xmlrpc-debuginfo-0:7.4.19-4.module+el8.6.0+16316+906f6c6d.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
rhsa-2022_7624
Vulnerability from csaf_redhat
Published
2022-11-08 09:45
Modified
2024-11-06 01:56
Summary
Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update
Notes
Topic
An update for the php:8.0 module 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
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)
Security Fix(es):
* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)
* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)
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.7 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 php:8.0 module 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": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (8.0.20). (BZ#2100876)\n\nSecurity Fix(es):\n\n* php: Use after free due to php_filter_float() failing for ints (CVE-2021-21708)\n\n* php: Uninitialized array in pg_query_params() leading to RCE (CVE-2022-31625)\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.7 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-2022:7624", "url": "https://access.redhat.com/errata/RHSA-2022:7624" }, { "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.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "2100876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100876" }, { "category": "external", "summary": "2112814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112814" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7624.json" } ], "title": "Red Hat Security Advisory: php:8.0 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T01:56:19+00:00", "generator": { "date": "2024-11-06T01:56:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:7624", "initial_release_date": "2022-11-08T09:45:29+00:00", "revision_history": [ { "date": "2022-11-08T09:45:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:45:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T01:56:19+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.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.0:8070020220801083134:afd00e68", "product": { "name": "php:8.0:8070020220801083134:afd00e68", "product_id": "php:8.0:8070020220801083134:afd00e68", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.0:8070020220801083134:afd00e68" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_id": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.20-2.module%2Bel8.7.0%2B16187%2Bbb5ab920?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, "product_reference": "php:8.0:8070020220801083134:afd00e68", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64 as a component of php:8.0:8070020220801083134:afd00e68 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21708", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2055879" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP. The vulnerability occurs due to the malformed php_filter_float() function and leads to a use-after-free vulnerability. This flaw allows an attacker to inject a malicious file, leading to a crash or a Segmentation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Use after free due to php_filter_float() failing for ints", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21708" }, { "category": "external", "summary": "RHBZ#2055879", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055879" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21708" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21708" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2022-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "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": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Use after free due to php_filter_float() failing for ints" }, { "cve": "CVE-2022-31625", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "discovery_date": "2022-06-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2098521" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP due to an uninitialized array in pg_query_params() function. When using the Postgres database extension, supplying invalid parameters to the parameterized query may lead to PHP attempting to free memory, using uninitialized data as pointers. This flaw allows a remote attacker with the ability to control query parameters to execute arbitrary code on the system or may cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Uninitialized array in pg_query_params() leading to RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE rated as moderate because attack complexity is high, and creating/supplying invalid parameters is complex while using a Postgres database extension.", "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.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31625" }, { "category": "external", "summary": "RHBZ#2098521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31625" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81720", "url": "https://bugs.php.net/bug.php?id=81720" } ], "release_date": "2022-05-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:45:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7624" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-bcmath-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-cli-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-common-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dba-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-dbg-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-debugsource-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-devel-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-embedded-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-enchant-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ffi-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-fpm-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-gmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-intl-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-ldap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mbstring-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-mysqlnd-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-odbc-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-opcache-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pdo-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-pgsql-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-process-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-snmp-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-soap-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.aarch64", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.ppc64le", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.s390x", "AppStream-8.7.0.GA:php:8.0:8070020220801083134:afd00e68:php-xml-debuginfo-0:8.0.20-2.module+el8.7.0+16187+bb5ab920.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Uninitialized array in pg_query_params() leading to RCE" } ] }
wid-sec-w-2022-0255
Vulnerability from csaf_certbund
Published
2022-06-09 22:00
Modified
2023-12-04 23:00
Summary
PHP: Mehrere Schwachstellen ermöglichen Codeausführung
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
PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um beliebigen Programmcode auszuführen oder einen Denial of Service Zustand herbeizuführen.
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": "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um beliebigen Programmcode auszuf\u00fchren oder einen Denial of Service Zustand herbeizuf\u00fchren.", "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-2022-0255 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0255.json" }, { "category": "self", "summary": "WID-SEC-2022-0255 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0255" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-2375 vom 2023-12-05", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2375.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.0-2023-006 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-006.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-2903 vom 2023-05-24", "url": "https://linux.oracle.com/errata/ELSA-2023-2903.html" }, { "category": "external", "summary": "PHP 8 Changelog vom 2022-06-09", "url": "https://www.php.net/ChangeLog-8.php#8.1.7" }, { "category": "external", "summary": "PHP 7 Changelog vom 2022-06-09", "url": "https://www.php.net/ChangeLog-7.php#7.4.30" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5479-1 vom 2022-06-15", "url": "https://ubuntu.com/security/notices/USN-5479-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2161-1 vom 2022-06-23", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011335.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2185-1 vom 2022-06-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011356.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2183-1 vom 2022-06-25", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011358.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5471 vom 2022-07-01", "url": "https://access.redhat.com/errata/RHSA-2022:5471" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5468 vom 2022-07-01", "url": "https://access.redhat.com/errata/RHSA-2022:5468" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5467 vom 2022-07-01", "url": "https://access.redhat.com/errata/RHSA-2022:5467" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-5468 vom 2022-07-05", "url": "https://linux.oracle.com/errata/ELSA-2022-5468.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5479-2 vom 2022-07-04", "url": "https://ubuntu.com/security/notices/USN-5479-2" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-5467 vom 2022-07-05", "url": "https://linux.oracle.com/errata/ELSA-2022-5467.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2275-1 vom 2022-07-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-July/011408.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5491 vom 2022-07-07", "url": "https://access.redhat.com/errata/RHSA-2022:5491" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2292-1 vom 2022-07-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-July/011416.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2303-1 vom 2022-07-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-July/011424.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5479-3 vom 2022-07-08", "url": "https://ubuntu.com/security/notices/USN-5479-3" }, { "category": "external", "summary": "Debian Security Advisory DSA-5179 vom 2022-07-08", "url": "https://lists.debian.org/debian-security-announce/2022/msg00147.html" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20220722-0005 vom 2022-07-22", "url": "https://security.netapp.com/advisory/ntap-20220722-0005/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5904 vom 2022-08-04", "url": "https://access.redhat.com/errata/RHSA-2022:5904" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-5904 vom 2022-08-05", "url": "http://linux.oracle.com/errata/ELSA-2022-5904.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6158 vom 2022-08-25", "url": "https://access.redhat.com/errata/RHSA-2022:6158" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-6158 vom 2022-08-25", "url": "http://linux.oracle.com/errata/ELSA-2022-6158.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202209-20 vom 2022-09-29", "url": "https://security.gentoo.org/glsa/202209-20" }, { "category": "external", "summary": "Oracle Solaris Third Party Bulletin-October 2022 vom 2022-10-18", "url": "https://www.oracle.com/security-alerts/bulletinoct2022.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:7624 vom 2022-11-08", "url": "https://access.redhat.com/errata/RHSA-2022:7624" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-7624 vom 2022-11-15", "url": "https://linux.oracle.com/errata/ELSA-2022-7624.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:3997-1 vom 2022-11-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012935.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:8197 vom 2022-11-15", "url": "https://access.redhat.com/errata/RHSA-2022:8197" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4067-1 vom 2022-11-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012983.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4069-1 vom 2022-11-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012985.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3243 vom 2022-12-15", "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html" } ], "source_lang": "en-US", "title": "PHP: Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung", "tracking": { "current_release_date": "2023-12-04T23:00:00.000+00:00", "generator": { "date": "2024-02-15T16:47:45.568+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2022-0255", "initial_release_date": "2022-06-09T22:00:00.000+00:00", "revision_history": [ { "date": "2022-06-09T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2022-06-16T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-06-23T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-06-26T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-06-30T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-07-04T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Oracle Linux und Ubuntu aufgenommen" }, { "date": "2022-07-05T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-07-06T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2022-07-07T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-07-10T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2022-07-24T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von NetApp aufgenommen" }, { "date": "2022-08-04T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-08-07T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-08-24T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-08-25T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-09-29T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-10-18T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates aufgenommen" }, { "date": "2022-11-08T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-11-15T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Oracle Linux, SUSE und Red Hat aufgenommen" }, { "date": "2022-11-20T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-12-15T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-05-23T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-09-13T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-12-04T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "24" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "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": [ { "category": "product_name", "name": "NetApp Data ONTAP", "product": { "name": "NetApp Data ONTAP", "product_id": "7654", "product_identification_helper": { "cpe": "cpe:/a:netapp:data_ontap:-" } } } ], "category": "vendor", "name": "NetApp" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Open Source PHP \u003c 7.4.30", "product": { "name": "Open Source PHP \u003c 7.4.30", "product_id": "T023440", "product_identification_helper": { "cpe": "cpe:/a:php:php:7.4.30" } } }, { "category": "product_name", "name": "Open Source PHP \u003c 8.1.7", "product": { "name": "Open Source PHP \u003c 8.1.7", "product_id": "T023441", "product_identification_helper": { "cpe": "cpe:/a:php:php:8.1.7" } } } ], "category": "product_name", "name": "PHP" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } }, { "category": "product_name", "name": "Oracle Solaris", "product": { "name": "Oracle Solaris", "product_id": "T002965", "product_identification_helper": { "cpe": "cpe:/a:oracle:solaris:-" } } } ], "category": "vendor", "name": "Oracle" }, { "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": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31625", "notes": [ { "category": "description", "text": "Es gibt eine Schwachstelle in PHP, bez\u00fcglich der PostgreSQL-Integration. Die Funktion \"pg_query_params()\" verwendet ein nicht initialisiertes Array. Ein Angreifer, der den Inhalt des Arrays kontrollieren kann, bevor die Funktion aufgerufen wird, kann dies ausnutzen, um beliebigen Code auszuf\u00fchren oder den PHP-Interpreter zum Absturz zu bringen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "7654", "T002965", "398363", "T012167", "T004914" ] }, "release_date": "2022-06-09T22:00:00Z", "title": "CVE-2022-31625" }, { "cve": "CVE-2022-31626", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in PHP in der Erweiterung \"mysqlnd/pdo\". Bei der Verwendung der Legacy-Authentifizierung wird eine Variable zur \u00dcbergabe des Datenbankpassworts an den Datenbankserver zugewiesen. Bei sehr langen Passw\u00f6rtern (z.B. 5000 Zeichen) entsteht hier ein Puffer\u00fcberlauf. Ein Angreifer, der die Datenbankverbindung kontrolliert, kann dies ausnutzen, um beliebigen Code auszuf\u00fchren oder einen Denial of Service-Zustand herbeizuf\u00fchren. Beispiele f\u00fcr betroffene Anwendungen sind PHP-Datenbankverwaltungstools wie Adminer oder phpMyAdmin." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "7654", "T002965", "398363", "T012167", "T004914" ] }, "release_date": "2022-06-09T22:00:00Z", "title": "CVE-2022-31626" } ] }
wid-sec-w-2023-1737
Vulnerability from csaf_certbund
Published
2023-07-12 22:00
Modified
2023-07-12 22:00
Summary
Juniper Patchday Juli 2023
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
JUNOS ist das "Juniper Network Operating System", das in Juniper Appliances verwendet wird.
SRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.
Die Juniper MX-Serie ist eine Produktfamilie von Routern.
Die Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.
Angriff
Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.
Betroffene Betriebssysteme
- BIOS/Firmware
{ "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": "JUNOS ist das \"Juniper Network Operating System\", das in Juniper Appliances verwendet wird.\r\nSRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.\r\nDie Juniper MX-Serie ist eine Produktfamilie von Routern.\r\nDie Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern.", "title": "Angriff" }, { "category": "general", "text": "- BIOS/Firmware", "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-1737 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1737.json" }, { "category": "self", "summary": "WID-SEC-2023-1737 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1737" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71656" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71659" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71653" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71650" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71660" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71655" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71647" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71643" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71642" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71651" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71640" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71661" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71639" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71662" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71645" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71641" }, { "category": "external", "summary": "Juniper Security Advisory vom 2023-07-12", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA71636" } ], "source_lang": "en-US", "title": "Juniper Patchday Juli 2023", "tracking": { "current_release_date": "2023-07-12T22:00:00.000+00:00", "generator": { "date": "2024-02-15T17:36:20.142+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1737", "initial_release_date": "2023-07-12T22:00:00.000+00:00", "revision_history": [ { "date": "2023-07-12T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Juniper JUNOS", "product": { "name": "Juniper JUNOS", "product_id": "5930", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:-" } } }, { "category": "product_name", "name": "Juniper JUNOS Evolved", "product": { "name": "Juniper JUNOS Evolved", "product_id": "T018886", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:evolved" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10001-36MR", "product": { "name": "Juniper JUNOS PTX10001-36MR", "product_id": "T028577", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10001-36mr" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10004", "product": { "name": "Juniper JUNOS PTX10004", "product_id": "T028578", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10004" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10008", "product": { "name": "Juniper JUNOS PTX10008", "product_id": "T028579", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10008" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX10016", "product": { "name": "Juniper JUNOS PTX10016", "product_id": "T028580", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx10016" } } }, { "category": "product_name", "name": "Juniper JUNOS Contrail Cloud", "product": { "name": "Juniper JUNOS Contrail Cloud", "product_id": "T028581", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:contrail_cloud" } } }, { "category": "product_name", "name": "Juniper JUNOS Space", "product": { "name": "Juniper JUNOS Space", "product_id": "T028582", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:space" } } } ], "category": "product_name", "name": "JUNOS" }, { "category": "product_name", "name": "Juniper MX Series", "product": { "name": "Juniper MX Series", "product_id": "918766", "product_identification_helper": { "cpe": "cpe:/h:juniper:mx:-" } } }, { "category": "product_name", "name": "Juniper QFX Series 10000", "product": { "name": "Juniper QFX Series 10000", "product_id": "T027256", "product_identification_helper": { "cpe": "cpe:/h:juniper:qfx:qfx10000" } } }, { "branches": [ { "category": "product_name", "name": "Juniper SRX Series", "product": { "name": "Juniper SRX Series", "product_id": "T008011", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:-" } } }, { "category": "product_name", "name": "Juniper SRX Series 5000", "product": { "name": "Juniper SRX Series 5000", "product_id": "T025822", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:5000" } } }, { "category": "product_name", "name": "Juniper SRX Series 4600", "product": { "name": "Juniper SRX Series 4600", "product_id": "T028576", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:4600" } } } ], "category": "product_name", "name": "SRX Series" } ], "category": "vendor", "name": "Juniper" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-36850", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36850" }, { "cve": "CVE-2023-36849", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36849" }, { "cve": "CVE-2023-36848", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36848" }, { "cve": "CVE-2023-36840", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36840" }, { "cve": "CVE-2023-36838", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36838" }, { "cve": "CVE-2023-36836", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36836" }, { "cve": "CVE-2023-36835", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36835" }, { "cve": "CVE-2023-36834", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36834" }, { "cve": "CVE-2023-36833", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36833" }, { "cve": "CVE-2023-36832", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36832" }, { "cve": "CVE-2023-36831", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-36831" }, { "cve": "CVE-2023-28985", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2023-28985" }, { "cve": "CVE-2022-4378", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-4378" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-42703", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-42703" }, { "cve": "CVE-2022-41974", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-41974" }, { "cve": "CVE-2022-38023", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-38023" }, { "cve": "CVE-2022-3276", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-3276" }, { "cve": "CVE-2022-31629", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-31629" }, { "cve": "CVE-2022-31628", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-31628" }, { "cve": "CVE-2022-31627", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-31627" }, { "cve": "CVE-2022-31626", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-31626" }, { "cve": "CVE-2022-31625", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-31625" }, { "cve": "CVE-2022-30123", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-30123" }, { "cve": "CVE-2022-29901", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-29901" }, { "cve": "CVE-2022-29900", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-29900" }, { "cve": "CVE-2022-2964", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-2964" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-26373", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-26373" }, { "cve": "CVE-2022-2588", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-2588" }, { "cve": "CVE-2022-23825", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2022-23825" }, { "cve": "CVE-2021-40085", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-40085" }, { "cve": "CVE-2021-26401", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-26401" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-21708" }, { "cve": "CVE-2021-21707", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-21707" }, { "cve": "CVE-2021-21705", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-21705" }, { "cve": "CVE-2021-21704", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-21704" }, { "cve": "CVE-2021-21703", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-21703" }, { "cve": "CVE-2021-21702", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2021-21702" }, { "cve": "CVE-2020-7071", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2020-7071" }, { "cve": "CVE-2020-13946", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2020-13946" }, { "cve": "CVE-2020-13817", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2020-13817" }, { "cve": "CVE-2020-11868", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2020-11868" }, { "cve": "CVE-2019-11358", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2019-11358" }, { "cve": "CVE-2017-7655", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2017-7655" }, { "cve": "CVE-2017-7654", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2017-7654" }, { "cve": "CVE-2017-7653", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugeh\u00f6rigen Produkten. Dazu z\u00e4hlen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgem\u00e4\u00dfe \u00dcberpr\u00fcfungen, Out-of-Bounds-Read, unsachgem\u00e4\u00dfe Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszul\u00f6sen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011" ] }, "release_date": "2023-07-12T22:00:00Z", "title": "CVE-2017-7653" } ] }
ghsa-wg63-8xjw-5wvx
Vulnerability from github
Published
2022-06-17 00:01
Modified
2022-06-28 00:00
Severity ?
Details
In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.
{ "affected": [], "aliases": [ "CVE-2022-31625" ], "database_specific": { "cwe_ids": [ "CWE-763" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2022-06-16T06:15:00Z", "severity": "CRITICAL" }, "details": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.", "id": "GHSA-wg63-8xjw-5wvx", "modified": "2022-06-28T00:00:55Z", "published": "2022-06-17T00:01:28Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31625" }, { "type": "WEB", "url": "https://bugs.php.net/bug.php?id=81720" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202209-20" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20220722-0005" }, { "type": "WEB", "url": "https://www.debian.org/security/2022/dsa-5179" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.